Cancel the save based on the result of an asynchronous operation
Views (37)
In 2017, Natraj Yegnaraman shared a clever method to cancel the save of a form. His approach was to cancel the save before the asynchronous operation and then retrigger the save if needed after the asynchronous operation is resolved. You can find all the details on the following link. This approach is explained by the … Continue reading "Cancel the save based on the result of an asynchronous operation"
This was originally posted here.
*This post is locked for comments