In catalog form, based on list collector selection values the approvals should trigger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 02:23 AM
Hi All,
Only One Approval should trigger if managers are same for multiple servers, but if the managers are different for each server, then each approval should trigger to respective manager separately.
How can I achieve this requirement through workflow using run script activity.
Here is the requirement
The manager field (is owned by) is referring to this table cmdb_ci_linux_server.For reference I have attached screenshot for the values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 09:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 11:09 PM
then you can use user approval activity with script and handle this.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 07:03 AM
can you help me on one example or referral to get script approximately how it works.