Using SOProtocol in CRMScript
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
In CRMScript, you can use setNavigateTo()
and getNavigateTo()
of the EventData object to work with SOProtocol URLs.
EventData ed = getEventData();
ed.setNavigateTo("soprotocol:sale.document?document_id=0");
To refresh the currently selected entity.
EventData ed = getEventData();
ed.setNavigateTo("soprotocol:main[refresh=true]");