Change management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 02:50 AM - edited ‎09-14-2023 02:52 AM
In change management when change state is set to assess, then approvers are coming in related list as a current functionality, but if assignment group is xyz then will approvers will not trigger in related list when state is assess. How to achieve this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 03:37 AM
Hi @Arangi Naresh3,
When the "Request Approval" button is clicked on Change Request, the system checks if the "Assignment Group" if filled or not. If not, it asks for a value in "Assignment Group", then the approval related list is created. After that if you change the "Assignment Group" then the approvers will remain as previously.
This Automated activity is performed from OOB Change Request state model.
Mark this as helpful if it is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 03:50 AM
Is it possible to restrict for one assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 04:25 AM
Hey Arangi,
If you want to bypass the approval process for a particular group so that approvers don't come in to picture when the state is access, you can go to sys_decision_question table and search for label as "Assess Technical Approvals". Here you can add one AND condition in which you can specify the assignment group is not xyz. This will automatically bypass approval for the xyz assignment group and move it to authorize.
I hope this answer helps you. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 05:26 AM