Hi All,
I have a requirement. I will do some process and then notification goes, once notification is done i have to do dml operation (inserting into table ).
My problem is even notification is not gone but still inserting into table happens . My question is how to stop it, only after notification it should insert. I heard about wf_deferred but how to use in code.
It like serial ie process --> notification --> function to insert the table.
Please help me.