If you have any doubt in the post please post comments. I will try to solve your problem.
The following are the list of function to get the record id in the CRM sub grid
var objGrid=document.getElementById("quotedetailsGrid").control;
Selected record in the sub grid
objGrid.get_selectedIds();
All records record id in the sub grid
objGrid..get_allRecordIds();
The following are the list of function to get the record id in the CRM sub grid
var objGrid=document.getElementById("quotedetailsGrid").control;
Selected record in the sub grid
objGrid.get_selectedIds();
All records record id in the sub grid
objGrid..get_allRecordIds();
objGrid..get_allRecordIds(); -- not working for turbo forms in crm 2016 as DOm is not supported..Can you please suggest for Turbo forms?
ReplyDelete