You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/entity-attribute-metadata.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -124,11 +124,11 @@ This property can have the following values set:
124
124
|Name|Value|UI Label|Description|
125
125
|--|--|--|--|
126
126
|`None`|0|**Optional**|No requirements are specified.|
127
-
|`SystemRequired`|1|**System Required**|The attribute is required to have a value.|
128
-
|`ApplicationRequired`|2|**Business Required**|The attribute is required by the business to have a value.|
127
+
|`SystemRequired`|1|**System Required**|The data service requires the attribute to have a value.|
128
+
|`ApplicationRequired`|2|**Business Required**|The application requires the attribute to have a value.|
129
129
|`Recommended`|3|**Business Recommended**|It is recommended that the attribute has a value.|
130
130
131
-
Common Data Service only enforces the `SystemRequired` option for attributes created by the system. Custom attributes cannot be set to use the `SystemRequired` option.
131
+
Common Data Service only enforces the `SystemRequired` option for attributes created by the system. Custom attributes cannot be set to use the `SystemRequired` option. The data service does not return an error when an attribute with `ApplicationRequired` applied does not have a value.
132
132
133
133
Model-driven apps will enforce the `ApplicationRequired` option and use a different presentation for the `Recommended` option. Creators of custom clients may use this information to require similar validation or presentation options.
0 commit comments