glide.ui.schedule_slushbucket_save_for_group_roles - Background job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 07:50 AM
I have enabled granting of roles and groups using background jobs instead of foreground job by adding system property glide.ui.schedule_slushbucket_save_for_group_roles and setting to true. Does anybody know the background job details?
- 1,724 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 09:52 PM
Hi
please see the following Support article, which explains the underlying purpose: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0963693
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 04:46 AM
Hi Maik,
Thanks for your response.
I am already aware about the purpose of this functionality.
I am looking for the background job/script running to achieve this.
Regards,
Nived K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 05:14 AM
Hi
I don't think, that you will find a waiting background job as in such situations a background job will be created via script dynamically.
You just can try to scan the job list during the job is running.
Kind regards
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 02:43 AM
Hi Nived, did you found the job or the script creating this job? I'm also searching for.
Greets Daniel