Model-driven apps offer a client API that allows us to implement some business logic in JavaScript. The client API accepts to attach functions to events such as form loading, data changing and more.
Generally, we have two possibilities to register a function for a given event. Either in a static way, using configuration. Or dynamically, by registering functions for an event during the form…
Continue Reading Mehdi El Amri’s Article on their blog
[Model-driven apps – Client Scripting] How to avoid calling the same function twice when creating a new record ?
Model-driven apps offer a client API that allows us to implement some business logic in JavaScript. The client API accepts to attach functions to events such as form loading, data changing and more. Generally, we have two possibilities to register a function for a given event. Either in a static way, using configuration.
Blog Syndicated with Mehdi El Amri’s Permission
More About This Author
Array
Dyn365CE2022.05.04[Model-driven apps – In-App notifications] Only System Administrators can view notifications, What about the other users ?
Dyn365CE2022.04.10[Model-driven apps – Power Fx] How to open multiple rows in new tabs using Power Fx commands ?
Dyn365CE2022.03.16[Power Automate – Dataverse] How to execute a fetchXml query that includes options not supported by the List rows action?
Dyn365CE2022.03.12[Canvas Apps – Dataverse] How to get distinct values from datasource ?