Skip to content

Instantly share code, notes, and snippets.

@maestrotex
Created March 14, 2022 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maestrotex/3548d0197e35ab89dd1ef98af3a69d49 to your computer and use it in GitHub Desktop.
Save maestrotex/3548d0197e35ab89dd1ef98af3a69d49 to your computer and use it in GitHub Desktop.
function ShowRelatedContacts(primaryControl)
{
var formContext = primaryControl;
var accountID = formContext.data.entity.getId();
var webresourceName = "crcfa_contactsws.html";
var windowOptions = { height: 600, width: 700 };
Xrm.Navigation.openWebResource(webresourceName, windowOptions, accountID);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment