Skip to content

Commit c30ceaf

Browse files
authored
Live publish
2 parents 48a5947 + e5d4d7f commit c30ceaf

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

powerapps-docs/developer/data-platform/webapi/query-metadata-web-api.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Query table definitions using the Web API (Microsoft Dataverse) | Microsoft Docs"
33
description: "The capability to query table definitions (metadata) is available using the Web API and using the Organization service by using RetrieveMetadataChangesRequest"
4-
ms.date: 01/11/2023
4+
ms.date: 03/01/2023
55
ms.topic: article
66
applies_to:
77
- "Dynamics 365 (online)"
@@ -82,6 +82,14 @@ You can use any of the `EntityMetadata` properties with `$select` system query o
8282

8383
There are no limits on the number of metadata entities that will be returned in a query. There's no paging. All matching resources will be returned in the first response.
8484

85+
## Limit languages returned
86+
87+
When an environment has many languages provisioned, the amount of data returned can grow large. For best performance, limit the language labels returned using the `LabelLanguages` parameter with the LCID value of the language you want to return.
88+
89+
[!INCLUDE [languagecode](../../../includes/languagecode.md)]
90+
91+
For example, appending the following will limit the localized language labels to English: `&LabelLanguages=1033`.
92+
8593
<a name="bkmk_filterEnumTypes"></a>
8694

8795
## Use enum types in $filter operations

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,11 +2283,11 @@
22832283
- name: Integrate Field Service
22842284
href: ./portals/customer-engagement-apps/integrate-field-service.md
22852285
- name: Important upcoming changes and deprecations
2286-
href: ./portals/important-changes-deprecations.md
2286+
href: /power-pages/important-changes-deprecations
22872287
- name: Known issues
22882288
href: /power-pages/known-issues
22892289
- name: Power Apps portals FAQs
2290-
href: ./portals/faq.yml
2290+
href: /power-pages/faq
22912291
- name: Legacy Adxstudio Portals v7 FAQs
22922292
href: ./portals/legacy-portal-faq.yml
22932293
- name: Version releases and updates

powerapps-docs/maker/portals/configure/entity-forms.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ To disable request validation, follow these steps:
226226
- The Connection table subgrids aren't supported in basic forms. If you add a Connection table subgrid to the form using Form designer, error messages are displayed when you render the form on the portal and use the Connection table.
227227
- Duplicate fields, Party List fields, and business rules aren't supported in basic forms.
228228
- Field level code components are in public preview, and can be added to forms. More information: [Add a code component to a field in a model-driven app](../component-framework.md#add-a-code-component-to-a-field-in-a-model-driven-app)
229-
- [Image attributes](../../../developer/data-platform/image-attributes.md), [file attributes](../../../developer/data-platform/file-attributes.md) and [table images](/dynamics365/customerengagement/on-premises/developer/sample-set-retrieve-entity-images) aren't supported in [basic forms](entity-forms.md), [multistep forms](web-form-properties.md) or when using liquid template tags, such as [fetchxl](../liquid/template-tags.md).
230229
- Business rules and client API can enable locked fields on a read-only form.
231230
- If you create a basic form in the Insert mode, you can't change a button's alignment or place an action button above the basic form.
232231
- If you render a lookup control as a dropdown list on the form, the related records filter does not work.

0 commit comments

Comments
 (0)