Disabling Saved Searches, Filters, and Sorts
Mobile Framework
Disabling Saved Searches, Filters, and Sorts
The mobile framework automatically saves filter values, search history, and sort preferences per user at the mobile client level.
With this feature, once a user enters a filter or sort, the system saves this criteria so that users do not have to e-enter filter or sort criteria the next time that they encounter the sort or filter form. For searches, the system saves the last five entries as a search history from which the user can select.
For information, see Searching, Filtering, and Sorting (User Help).
These criteria are saved as follows:
Item | Saved in local storage to a key in the format of: | To disable this feature at the app level: |
Save Filter Forms | Ab.AppName.AppFilterViewXtype |
set to false the config property
enableFilterHistory
.
|
Save and Display Search History | Ab.AppName.Xtype.FieldName |
set to false the config property
enableSearchHistory
|
Save Sort Preferences | Ab.AppName.Xtype.FieldName |
set to false the config property
enableSortHistory
|