Enable or disable filtering on fields with FLS rules
By default, fields with FLS rules are not available to users for filtering. For example, when a user creates a filter in a grid view, fields with FLS rules are excluded from the list of available fields for the filter.
Consider the performance implications before changing the default configuration. Allowing users to filter on fields with FLS rules can have significant performance impacts because the rules need to be evaluated on every record that is being filtered.
- Allow users to select fields with FLS rules when they create filters, but do not apply the FLS
rules when getting the filter results.
To use this option, set to
Trueand set toFalse.With this option, users can create filters that use fields with FLS rules. When users apply the filter, the FLS rules are not evaluated.
- Allow users to select fields with FLS rules and evaluate the FLS rules when the filters are
applied.
To use this option, set both and to
True.With this option, users can create filters that use fields with FLS rules. When users apply the filter, the FLS rules are evaluated to determine the results of the filter.
True can impact performance.- Default:
False - Default:
False