Dynamics 365 is a portfolio of intelligent business applications that delivers superior operational efficiency and breakthrough customer experiences enabling
Select the entity you want > Select a main form
Take one column Tab
Add Sub-grid in that new tab
Fill the details
Add name, Label, change Records as All Record Types, Select entity to popup here in this entity, click ok
Click Control > Add Control
Click on Editable Grid and Add it
Click web radio button in Editable Grid > Click ok
After Events will appear, Click Add in Form libraries to add web resource
Search and Add your web resource, if you don’t have web resource Click New
Fill the Name, Display name, Type as script(Jscript) , click Text Editor to add java script
Java Script to add in the Text Editor, , Don’t forget to change the entity name to your entity name
function RunOnSelected(executionContext) {
var selected = executionContext.getFormContext().data.entity;
I have a problem Opening Sub Grid Record As Modal Popup. when I select the popup record field that displays only one modal popup, but when I select the checkbox at the far left, it will bring up a double modal popup
I have a problem Opening Sub Grid Record As Modal Popup. when I select the popup record field that displays only one modal popup, but when I select the checkbox at the far left, it will bring up a double modal popup
what should i do to solve this problem?