URL for filtering Inline view

Hi community!

How can I filter an "Inline view" for a specific row using an URL. I have the next link as an example but it doesn't work, it works only for "Detail view":

https://www.appsheet.com/start/1e5e535f-92dd-441e-aefe-80ad4ad95db5#view=CRM_Inline&row=503250748

0 2 68
2 REPLIES 2

Definitely use the in-built deep links like the link that Oscar just shared whenever you can.

But since you asked specifically about a URL:

Open up the inline view in question in your browser and take a look at the full URL. You should see a "&defaults=" section. After the equals sign there should be an array object where you can specify the name of a column to filter by, and the value to filter by within that column. Here's an example from one of my apps:

&defaults=[{"ColumnName"%3A"source_batch_id"%2C"ColumnValue"%3A"xxx"}]

So this inline view will only show records that have the value "xxx" in the column named "source_batch_id".

Top Labels in this Space