Join the Power Platform Masterclass #2 starting April 23

Houston video calls: Difference between revisions

Jump to navigation Jump to search
Line 67: Line 67:
=== Custom call URL ===
=== Custom call URL ===


Alternatively, you can use a custom URL to initiate a call. For example, you can add the URL as a command, button, or home screen item. The URL format depends on your backend server:
Alternatively, you can use a custom URL to initiate a call. Add the URL as a command, button, or home screen item of the app. On Dynamics, you can add it also to the web, for example, as a button on the Dynamics user form. The URL format depends on your backend server:
* Dynamics: <code><nowiki>https://<dynamics-organization-url>/webresources/resco_MobileCRM/WebClient/registerHouston.html?data={encodedData}</nowiki></code>
* Dynamics: <code><nowiki>https://<dynamics-organization-url>/webresources/resco_MobileCRM/WebClient/registerHouston.html?data={encodedData}</nowiki></code>
* Resco Cloud: <code><nowiki>https://<your organization>.build.rescocrm.com/WebApp/registerHouston.html?data={encodedData}</nowiki></code>
* Resco Cloud: <code><nowiki>https://<your organization>.build.rescocrm.com/WebApp/registerHouston.html?data={encodedData}</nowiki></code>

Navigation menu