Recently we had a requirement to open Email entity form with To field prepopulated with the selected records from grid. We have added custom button on grid using Ribbon Workbench Tool and added Action to call below Javascript on click on button. function OpenQuickCreateemail(selectedItems) { var partylist = []; if (selectedItems.length == 1) { OpenQuickCreateemailsingleRecorde(selectedItems);……
Continue Reading BIPIN KUMAR’s Article on their blog
Dynamics CRM Prepopulate To Activity Party on Email when multiple/single records selected from grid
Recently we had a requirement to open Email entity form with To field prepopulated with the selected records from grid. We have added custom button on grid using Ribbon Workbench Tool and added Action to call below Javascript on click on button. function OpenQuickCreateemail(selectedItems) { var partylist = []; if (selectedItems.length == 1) { OpenQuickCreateemailsingleRecorde(selectedItems);…
Blog Syndicated with BIPIN KUMAR’s Permission
More About This Author

Array
#Dyn365CE2020.12.22{Microsoft Dataverse} Explore Custom API feature Part-4 in Dynamics 365
#Dyn365CE2020.12.21{Microsoft Dataverse} Explore Custom API feature Part-3 in Dynamics 365
#Dyn365CE2020.12.21{Microsoft Dataverse} Explore Custom API feature Part-2 in Dynamics 365
#Dyn365CE2020.12.21{Microsoft Dataverse} Explore Custom API feature Part-1 in Dynamics 365