I am using a Search App to do an initial search for records in a Multiple Records Form App. I would like to be able to access the incoming search criteria.
I have used macros in the past to access the search criteria in Grid applications, using {sc_where_filter} and {sc_where_current}. These seem to be only for Grid applications, not Form apps.
I would like to access the search criteria so that I can turn on/off columns (using sc_field_display()) based on the search criteria passed in to the form.
Thanks!