You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|<targeted-app>| <ul><li>`ms-dynamicsxrm` -> Dynamics 365 for phones</li><li> `ms-apps-fs` -> Field Service</li><li>`ms-apps` -> Power Apps</li><li>`ms-mobile-apps` -> wrapped native mobile apps</li> |
42
-
|<org-url>| Connects to the correct org URL |
43
-
|<app-id>| Opens the correct app module |
44
-
| tenantId | Connects to the correct tenant |
45
-
| forceOfflineDataSync | Ensures that data sync is triggered so that all the latest data is available |
43
+
|<org-url>| Connects to the correct org URL.|
44
+
|<app-id>| Opens the correct app module.|
45
+
| tenantId | Connects to the correct tenant.|
46
+
| forceOfflineDataSync | Ensures that data sync is triggered so that all the latest data is available.|
46
47
47
48
48
49
If opening an `entityrecord` form or creating a new `entityrecord`, use the following parameters:
| etn=<entity-logical-name>| Designates which table to go to |
53
-
| pagetype=entityrecord | Indicates that the target is a form |
54
-
| extraqs=<form-id>| Designates which form to open for the `entityrecord`; if not specified, the default form will open. The `extraqs` parameter can also be used to default field values. |
55
-
| id=<record-id>| Designates which specific record to go to; if left blank, the create form for the table will open|
53
+
| etn=<entity-logical-name>| Designates which table to go to.|
54
+
| pagetype=entityrecord | Indicates that the target is a form.|
55
+
| extraqs=<form-id>| Designates which form to open for the `entityrecord`; if not specified, the default form opens. The `extraqs` parameter can also be used to default field values. |
56
+
| id=<record-id>| Designates which specific record to go to; if left blank, the create form for the table opens.|
56
57
57
58
If the link goes to an `entitylist` view, add the following parameters:
0 commit comments