Tag Archives: Async OnSave Events

Get Quick details on new Async OnSave Event in Dynamics 365 CRM

Introduction: I am sure you may have used OnSave event several times in your projects. We generally use this event and write code in it to do some validation on record to restrict the user from saving the record (using prevenDefaults method). The nature of OnSave event is synchronous. It is not right to call… Read More: Get Quick details on new Async OnSave Event in Dynamics… »