Ask for approval flow designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 09:52 AM
Hello ,
How do I add script in ask for approval action of ServiceNow.
I have custom tables like system properties where the approver list is stored how to fetch them n ask for approval
Thanks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 11:57 AM
For custom tables, we usually extend the Task table and piggy back on the build in approval process from the Task table.
But if you don't want to do that, you might reference the Task table and see how the approval is setup.