- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2024 06:58 PM
I am using record producer to insert data into Demand table, before inserting the data, I want to do an approval, when the approval is approved, the data will be inserted, otherwise it will not be inserted, is there any way to do it?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2024 07:22 PM
This would only be possible with another staging table which holds the records until they are approved. However I wouldn't recommend it as it increases the overall efforts pretty much. Why not leaving the created record in an inactive state in the demand table until the approval?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2024 07:22 PM
This would only be possible with another staging table which holds the records until they are approved. However I wouldn't recommend it as it increases the overall efforts pretty much. Why not leaving the created record in an inactive state in the demand table until the approval?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2024 09:21 PM
Hi @ma kaiyue,
It is not possible in this scenario. But if you want to this then you will have create the custom table and all once it approved then you can one Business rule where you will check if it is approved then map all the field values from custom table to demand table. On custom table you can use flow designer to trigger the approval. this process is complex. Or set any custom field on demand table to indentify this record.
Please accept my solution if it works for you and thumps up.
Thanks
Jitendra