Skip to content

Commit 14dc669

Browse files
committed
update
1 parent 6767379 commit 14dc669

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]
29+
> - [Image attributes](https://docs.microsoft.com/powerapps/developer/common-data-service/image-attributes) and [file attributes](https://docs.microsoft.com/powerapps/developer/common-data-service/file-attributes) aren't supported in [entity forms](entity-forms.md), [web forms](web-form-properties.md) or using [liquid fetchxl tag](../liquid/template-tags.md).
2930
> - 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.
31+
> - 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.
32+
> - Duplicate fields, multi-select option set, custom controls, Party List fields and business rules aren't supported in entity forms.
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)