Skip to content

Commit 8a11929

Browse files
committed
move down
1 parent b8c901c commit 8a11929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ To view existing entity forms or to create new entity forms, open the [Portal Ma
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

2828
> [!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 when using liquid template tags, such as [fetchxl](../liquid/template-tags.md).
3029
> - An **Entity Form** must be associated with a webpage for a given website for the form to be viewable within the site.
3130
> - 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.
3231
> - 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) 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 when using liquid template tags, such as [fetchxl](../liquid/template-tags.md).
3333
> - Business rules and client API can enable locked fields on a read-only form.
3434
> - 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.
3535
> - 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)