glide.list.actions_conditional_evaluation_enabled
ServiceNow property description:
When true, the field "Enable Dynamic Evaluation" is available on Declarative Actions for Lists and Related Lists. This will allow Declarative Actions to evaluate if an action should be active/inactive based conditions of individual record(s) selected by user.
Attributes
- Sys ID: d874c9a6ff2221108e72ffffffffffca
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.list.actions_conditional_evaluation_enabled` is used to enable or disable the evaluation of dynamic conditions for list actions. When this property is set to true, the system evaluates the conditions specified for list actions dynamically, allowing for more granular control over when certain actions are available based on the current state of the list or its records. This can be particularly useful for tailoring the user experience and ensuring that only relevant actions are presented to users. If set to false, the system does not evaluate these conditions, and list actions are either always available or always hidden, based on static configurations. This property is essential for administrators who need to implement conditional logic for list actions in ServiceNow.
Source