glide.ui.schedule_job_for_group_parent_change
ServiceNow property description:
Use background jobs to grant roles when a group parent changes.
Attributes
- Sys ID: d4c317d1ff2022100856ffffffffffb7
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property glide.ui.schedule_job_for_group_parent_change controls whether background jobs are used to update role assignments when the parent of a group is changed. By default, the value is true, which means role inheritance updates are processed asynchronously through scheduled jobs, reducing the immediate performance impact on the system. If set to false, these updates occur synchronously, which can cause delays or timeouts in environments with large group structures or complex role hierarchies. Administrators typically keep this property enabled to maintain system responsiveness and scalability during group management operations. Disabling it may be useful only in controlled scenarios where immediate role updates are required and performance impact is minimal.
Source