Refresh Main Form When New Child Row is Added in Subgrid via Quick Create Form in Model-Driven App
This post will explain how you can refresh all the data of the main form when the user adds a new row to the…
This post will explain how you can refresh all the data of the main form when the user adds a new row to the…
Here’s how you can choose which buttons should show on a specific sub-grid of the same entity. Check this post! Continue Reading priyeshwagh777’s Article…
Dynamics 365 — Opening Modal Dialogues on a Subgrid Photo by Iewek Gnos Microsoft added the ability to open records in Modal Dialogues through the use of JavaScript…
As we all know activities can be created from Notes section or new Timeline control in UCI. Creating activity from Timeline control does auto…
To Access subgrid control which is available on Quick form control use below code. function AddMembers(executionContext) { var formContext=executionContext.getFormContext(); var quickviewControl = formContext.ui.quickForms.get(“Member”); if…