Ask for approval flow designer

harry24
Tera Contributor

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

Joe Wong
Tera Guru

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.