How to create Approval on custom table using Flow Designer

Community Alums
Not applicable

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?

 

 

1 ACCEPTED SOLUTION

Pooja58
Kilo Sage

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

 

 

View solution in original post

2 REPLIES 2

Viraj Hudlikar
Giga Sage

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.

 

Pooja58
Kilo Sage

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