params.push(getParameterByName('id') ? 'id=' + getParameterByName('id') : '');
params.push(getParameterByName('typename') ? 'typename=' + getParameterByName('typename') : '');
These allow you to pass an ID and entity name from a ribbon URL in addition to the org/lcid info.
I am hoping to just use one script. 😁
If I add the following, will that work fine for both sitemap and ribbon params?
These allow you to pass an ID and entity name from a ribbon URL in addition to the org/lcid info.
I am hoping to just use one script. 😁
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/customize-dev/pass-parameters-url-by-using-ribbon