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
what should i do to solve this problem?
Comments are closed.
Manage Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
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?