Skip to content

Adding entity ribbon params #2

@ArtKarp

Description

@ArtKarp

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. 😁

https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/customize-dev/pass-parameters-url-by-using-ribbon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions