Hi,
How can i get the id of the selected row of view. In view there is a table using javascript in ms crm 2011.. And i need the if of tr.
Can anyone help me please? The picture of view is in the attachment.
*This post is locked for comments
Hi,
How can i get the id of the selected row of view. In view there is a table using javascript in ms crm 2011.. And i need the if of tr.
Can anyone help me please? The picture of view is in the attachment.
*This post is locked for comments
Hi Muharrem ALTUN,
Check this article, to get GUID of selected records :
Thank you
Thanks a lot.
Hi,
Call your java script function through ribbon workbench like below,
Your java script function should have the ability to receive parameter like below,
function your_FunctionName(selectedItems){
//write your logic here//
}
Hi CLAB01 ,
Can you give me an example of the first option which is :use Javascript/jquery : considered unsupported
Hi Meena,
Can you give me an example code of it
Hi,
I hope you are trying to get the selected record id from grid. If it so use "SelectedControlSelectedItemIds" as Crm parameter in the action area. It will return guid of selected records.
Hi ,
Refer to this Thread , you have 2 options :
- use Javascript/jquery : considered unsupported
- Customize the ribbon as mentionned in the thread by Scott Durow.
https://community.dynamics.com/crm/f/117/t/109227
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,305
Most Valuable Professional
nmaenpaa
101,156