Skip to content

Commit 99ec520

Browse files
committed
Adding dashboard parameters
1 parent 9f870cf commit 99ec520

File tree

1 file changed

+10
-2
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Navigation

1 file changed

+10
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Navigation/navigateTo.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ search.app:
3838
<td>pageInput</td>
3939
<td>Object</td>
4040
<td>Yes</td>
41-
<td><p>Input about the page to navigate to. The object definition changes depending on the type of page to navigate to: <i>entity list</i>, <i>entity record</i>, or <i>HTML web resource</i>.</p>
41+
<td><p>Input about the page to navigate to. The object definition changes depending on the type of page to navigate to: <i>entity list</i>, <i>entity record</i>, <i> dashboard</i>, or <i>HTML web resource</i>.</p>
4242
<p>----------------------------------------------------------------</p>
4343
<p><strong>entity list</strong>
4444
<p>The object contains the following attributes:</p>
@@ -107,7 +107,15 @@ search.app:
107107
<li><strong>pageType</strong>: String. Specify "webresource".</li>
108108
<li><strong>webresourceName</strong>: String. The name of the web resource to load.</li>
109109
<li><strong>data</strong>: (Optional) String. The data to pass to the web resource.</li>
110-
</ul></td>
110+
</ul>
111+
<p>----------------------------------------------------------------</p>
112+
<p><strong>dashboard</strong>
113+
<p>The object contains the following attributes:</p>
114+
<ul>
115+
<li><strong>pageType</strong>: String. Specify "dashboard".</li>
116+
<li><strong>dashboardId</strong>: String. The ID of the dashboard to load. If you don't specify the ID, navigates to the default dashboard.</li>
117+
</ul>
118+
</td>
111119
</tr>
112120
<tr>
113121
<td>navigationOptions</td>

0 commit comments

Comments
 (0)