- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 04:35 AM
Hi Team,
I have a requirement wherein I have to create approval for a record created on custom table . This custom table does not extend task table.
Can you tell how to achieve this using Flow Designer?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 04:57 AM
Hi @Community Alums ,
Approval engine will work on only those tables which extend task tables.
Even if you create similar fields which are used for approval logic still it will not work.
As a custom solution,
You can create custom UI actions on your custom table which resembles approve or reject, in UI action script you can set the state values according to Approve or reject, these values you can use in your flow designer conditions to proceed further.
If this solves your question, please mark as correct/helpful
Best Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 04:46 AM
Hello @Community Alums
Check this thread - Solved: Approval for Custom Tables - ServiceNow Community
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 04:57 AM
Hi @Community Alums ,
Approval engine will work on only those tables which extend task tables.
Even if you create similar fields which are used for approval logic still it will not work.
As a custom solution,
You can create custom UI actions on your custom table which resembles approve or reject, in UI action script you can set the state values according to Approve or reject, these values you can use in your flow designer conditions to proceed further.
If this solves your question, please mark as correct/helpful
Best Regards,
Pooja