cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Community,

I have a question about the 'Save Query' option that appears on the screens when we perform an advanced search.I want to enable this option in my custom object:

I have created an advanced search filter on the screen of my custom object, as seen in the image, the option 'Save Query' should appear:

However, when I go to the front-end and open the advanced search, I don't see the option:

What am I missing or what do I do wrong?

View Entire Topic
former_member206060
Contributor

Hi Ruben,

To make Save Query button work, a stable anchor for the Default Set in the DefaultSet Mapping of the Advanced List Pane has to be added.

You can follow the below steps to add the anchor for your custom screen:

  1. Navigate to BudgetSettingsValidation OWL in UI designer.
  2. Select the Advanced List Pane -> Object WorkList.
  3. Configure the DefaultSetMapping.
  4. Add an Anchor.
  5. Save and Activate the OWL.
  6. After the anchor creation for the default set, you have to add a stable anchor to the query in the Controller tab as well. Save and Activate.

Once these 2 steps are done you should be able to see the Save query in the frontend UI.

Thanks,

Dhanya KV

0 Likes

Thank you very much, your help has been helpful. Works correctly