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. This approach is explained by the … Continue reading Cancel the save based on the result of an asynchronous operation

Advertisement

A glance of the “OnLoad” event on a Model Driven App form (Async OnLoad event)

This blog will discuss a potential upcoming feature that is related to the "OnLoad" event of the forms for a model driven app. The goal is to look at the process of turning this event from synchronous to asynchronous using the "app settings" component. Also, some benefits of implementing an asynchronous logic on the "OnLoad" … Continue reading A glance of the “OnLoad” event on a Model Driven App form (Async OnLoad event)