Skip to content

Commit 26363e4

Browse files
authored
Live publish
2 parents 12dee83 + 06f1f5f commit 26363e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/developer/common-data-service/entity-attribute-metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ This property can have the following values set:
124124
|Name|Value|UI Label|Description|
125125
|--|--|--|--|
126126
|`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.|
129129
|`Recommended`|3|**Business Recommended**|It is recommended that the attribute has a value.|
130130

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.
132132

133133
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.
134134

0 commit comments

Comments
 (0)