-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
If I add the following, will that work fine for both sitemap and ribbon params?
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. 😁
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels