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 fact that the save handler was always synchronous. Now in 2021,…
Continue Reading Mehdi El Amri’s Article on their blog
Cancel the save based on the result of an asynchronous operation
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.
Blog Syndicated with Mehdi El Amri’s Permission

