How can i automate the group creation in different environment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Is it possible to automate the creation of a Group in DEV using a Flow designer coming from a RITM ticket. Then automated to be exported to Both Test and Prod environment? The Group created must have the same sys_id across the environment.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @HowellQ !
You can certainly create an integration between your development instance and other instances to create groups and maintain the same SysId across all environments, using the table API for sys_user_group to create the records.
But I would question the entire process.
Who are the people who will create the RITMs to "order" new groups?
Do these people typically use the development environment?
You can have this working from Prod environment to non-production environments. You might consider adding an approval step to this process.
Mark as helpful if this makes sense. 🙂