Skip to content

Commit 7078746

Browse files
Merge pull request #2854 from MicrosoftDocs/portals-supportability-1821588
Portals - attribute support - urgent push - 1821588
2 parents 8be6289 + e37f6aa commit 7078746

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom:
9-
ms.date: 04/09/2020
9+
ms.date: 05/07/2020
1010
ms.author: tapanm
1111
ms.reviewer:
1212
---
@@ -25,10 +25,11 @@ To view existing entity forms or to create new entity forms, open the [Portal Ma
2525

2626
When creating a new entity form, the first step is to decide the **Entity** and **Form Name** that you will be rendering, in addition to the **mode: Insert, Edit, or Read Only**. The mode selected will determine if you are creating a new record from the portal, editing an existing record, or just displaying information about a record on the portal.
2727

28-
> [!Note]
28+
> [!NOTE]
2929
> - An **Entity Form** must be associated with a webpage for a given website for the form to be viewable within the site.
30-
> - The Connection entity subgrids are not supported in entity forms. If you add a Connection entity subgrid to the form using Form designer, error messages are displayed when you render the form on the portal and use the Connection entity.
31-
> - Duplicate fields, multi-select option set, custom controls, Party List fields and business rules are not supported in entity forms.
30+
> - The Connection entity subgrids aren't supported in entity forms. If you add a Connection entity subgrid to the form using Form designer, error messages are displayed when you render the form on the portal and use the Connection entity.
31+
> - Duplicate fields, multi-select option set, custom controls, Party List fields and business rules aren't supported in entity forms.
32+
> - [Image attributes](https://docs.microsoft.com/powerapps/developer/common-data-service/image-attributes), [file attributes](https://docs.microsoft.com/powerapps/developer/common-data-service/file-attributes) and [entity images](https://docs.microsoft.com/dynamics365/customerengagement/on-premises/developer/sample-set-retrieve-entity-images) aren't supported in [entity forms](entity-forms.md), [web forms](web-form-properties.md) or when using liquid template tags, such as [fetchxl](../liquid/template-tags.md).
3233
> - Business rules and client API can enable locked fields on a read-only form.
3334
> - If you create an entity form in the Insert mode, you can't change a button's alignment or place an action button above the entity form.
3435
> - 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)