Record Producer Approval

ma kaiyue
Giga Guru

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.

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

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?

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

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?

Jitendra Diwak1
Kilo Sage

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

Please accept my solution if it works for and thumps up.