
How do I make sure that users don't overwrite another user who is working in the flow at the same time? One solution that I see, but I'm not sure how to implement is to create a new sobject collection variable with the most recent version of the fields from the unupdated record and then append the user's comments to that field.
Other solutions?
1 resposta
Hi will,
Below the link helps you to overwrite functionality, so please review the link atleast ones
( https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_visual_workflow.htm )
Hope this helps you!
Thanks