Skip to content

Commit b2da668

Browse files
committed
Merge branch 'main' into URL-allowlist
2 parents b602d3e + 2cbb090 commit b2da668

29 files changed

+322
-29
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/navigate-to-custom-page-examples.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,13 @@ A more complete example of this can be found at [Override the default open behav
194194
1. Customize the table ribbon **CommandDefinition** for **OpenRecordItem** to call the function above and include the **CrmParameter** with the value **SelectedControlSelectedItemReferences**.
195195

196196
```xml
197-
<JavaScriptFunction FunctionName="run" Library="$webresource:cr62c_OpenCustomPage">
198-
<CrmParameter Value="SelectedControlSelectedItemReferences" />
199-
</JavaScriptFunction>
197+
<CommandDefinition Id="Mscrm.OpenRecordItem">
198+
<Actions>
199+
<JavaScriptFunction FunctionName="run" Library="$webresource:cr62c_OpenCustomPage">
200+
<CrmParameter Value="SelectedControlSelectedItemReferences" />
201+
</JavaScriptFunction>
202+
</Actions>
203+
</CommandDefinition>
200204
```
201205

202206
1. In the custom page, override the **App**'s **OnStart** property to use the `Param` function to get the `recordId` and lookup record.

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,8 @@
11061106
href: ./canvas-apps/how-to/build-apps-measure-in-mr.md
11071107
- name: Create a canvas app with deep link to a specific screen
11081108
href: ./canvas-apps/how-to/deep-linking.md
1109+
- name: Work with the PDF function (experimental)
1110+
href: ./canvas-apps/how-to/pdf-function.md
11091111
- name: Save and publish an app
11101112
href: ./canvas-apps/save-publish-app.md
11111113
- name: Share an app and its dependencies
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)