Skip to content

Commit 6dec6c5

Browse files
authored
Merge pull request #3408 from MicrosoftDocs/Nava_issues
Nava issues
2 parents 164ea41 + 561c5f9 commit 6dec6c5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

powerapps-docs/developer/common-data-service/api-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ If your application is currently using the low-level <xref:Microsoft.Xrm.Sdk.Cli
333333

334334
More information:
335335

336-
- [Build Windows client applications using the XRM tools](/xrm-tooling/build-windows-client-applications-xrm-tools).
336+
- [Build Windows client applications using the XRM tools](xrm-tooling/build-windows-client-applications-xrm-tools.md).
337337
- [Deprecation of Office365 authentication type and OrganizationServiceProxy class for connecting to Common Data Service](/power-platform/important-changes-coming#deprecation-of-office365-authentication-type-and-organizationserviceproxy-class-for-connecting-to-common-data-service)
338338

339339
### Use Task Parallel Library with CrmServiceClient
-38 KB
Loading

powerapps-docs/developer/model-driven-apps/understand-dashboards-dashboard-components-formxml.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ Dashboards are one of the different types of forms in model-driven apps. You can
5050
## Dashboard components and FormXML elements
5151
The dashboard components are displayed in model-driven apps based on the values specified in the FormXML. The following image shows an example of a dashboard. Each dashboard can include multiple tabs. Tabs are a vertical stack separating the body of the dashboard, and can be expanded or collapsed. A tab can contain multiple sections. Sections enable for grouping and layout of dashboard components.
5252

53-
<!-- TODO: image not found ![Dashboard components layout](../media/crm-v5s-dashboards-components.png "Dashboard components layout") -->
53+
![Dashboard components layout](media/crm-v5s-dashboards-components.png "Dashboard components layout")
5454

5555
<a name="SupportedFormXMLElements"></a>
5656
## FormXML elements supported for dashboards
57+
5758
Although dashboards are a type of forms, not all FormXML elements and attributes are supported by dashboards. The following table provides information about the FormXML elements, child elements, and attributes supported by dashboards.
5859

5960
For sample FormXML for different types of dashboards, see [Sample Dashboards](sample-dashboards.md).

0 commit comments

Comments
 (0)