onpagenavigate event (JavaScript API reference) for Dynamics 365 Channel Integration Framework 1.0
The onpagenavigate
event is invoked when the main Unified Interface page navigation occurs. The eventData URL is the navigated Unified Interface page URL.
eventData
The onpagenavigate
event takes the following eventData:
eventData | Example |
---|---|
{"value": <url>} |
{"value": "https://mycrmorg.dynamics.com/<Org>/main.aspx?appid=25ac68f2-9ab5-e811-8149-000d3a43f05f&pagetype=entitylist&etn=contact"} |