To replace RITM table with a custom table and approval flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 12:44 AM
Hi experts,
I need your advice about a requirement that is mentioned below:
I've created a custom table to replace the RITM table which was OOB. In the portal, I've created one record producer which will help to create requests and it will populate in the custom table. Till this point, it's done. Now I want to apply two level approval flow for these requests. When someone creates a request from a record producer, the first approver will come to the table and approves it by modifying some values. Then it should flow to the second approver. He will approve by coming to the table records, then it should get approved.
Please give me complete explanation of the solution of this requirement.
How can I achieve this?
Thanks in advance,
Amol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 12:51 AM
Hello @Amol Pawar ,
If you have used a record producer for this , i suggest you to go with flow designer which can be configured with trigger condition as "record created in your table" ans then use approval actions .
Example:
i tool incident table as an example and added a trigger condition to the subflow saying incident is created and then used ask for approval action
Hope this helps
Mark my answer correct if this helps you
Thanks