ekoncis blog
Microsoft SharePoint & Microsoft Dynamics CRM
Tuesday, March 22, 2011
How to get CRM grid View Id
If we add this piece of code to ISV.config we get the current View Id
currently displayed in the CRM grid:
if (top.stage.crmGrid != null)
{
var ViewID = top.stage.crmGrid.GetParameter('viewid');
alert(ViewID);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment