Hello,
I am trying to make use of the new function: a!urlForSite()
It seems like a great use case for a!urlForSite() is to pass data to a site page that shows a record list, so that the user can be directed a filtered set of data. As far as I can tell, this can only be done using custom components to create filters, and cannot be used to pass data directly to ootb user filters. I usually try to avoid using custom components as filters because these cannot be saved as user filters and they don't appear in-line with the search field. Am I missing something? Or is passing data to user filters still not supported?
Thanks!
Discussion posts and replies are publicly visible
Zach Goldsby said:pass data to a site page that shows a record list
Hi Zach,
We use urlforsite() for passing values to a interface (Site page type)
https://docs.appian.com/suite/help/23.4/fnc_scripting_urlforsite.html
Zach Goldsby said:pass data directly to ootb user filters
For this i suggest you to configure record level Security....
Hi Venky,
Thank you for the reply. Please let me clarify my object setup...
Appian Site -> Interface Rule -> gridField()
Can't pass to record filters directly...