- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2022 12:22 AM
Want to take Group manager approval using script in workflow for a request Item where group is a field in catalog item.
Solved! Go to Solution.
- Labels:
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2022 02:02 AM
you want user approval or group approval?
In your question you said group manager approval -> so I mentioned user approval activity and script
if you want group approval then use Group Approval Activity with script
answer = [];
answer.push(current.variables.groupVariableName.toString());
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2022 12:57 AM
Can't we use Approval-Group Activity for that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2022 02:02 AM
you want user approval or group approval?
In your question you said group manager approval -> so I mentioned user approval activity and script
if you want group approval then use Group Approval Activity with script
answer = [];
answer.push(current.variables.groupVariableName.toString());
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader