Invalid Attribute Error
Collaborate with us
Edit this page on GitHub
- Message
'<attribute>' data type is invalid.
- Cause
- The data type of the attribute is not valid.
- Recommendation
- Edit the entity attribute or structure attribute and set a valid data type for it.
- Message
'<attribute>' data type is invalid: '<entity>' has no attribute set as Identifier.
- Cause
- The attribute set in the Identifier property in not an Identifier attribute and there's no Identifier attribute defined in the entity.
- Recommendation
- Edit the entity, define the Identifier attribute, and set it on the Identifier property.
- Message
<attribute> data type must be set to 'Integer' to use 'Auto Number'.
- Cause
- The attribute is set as
Auto Number
but you can only use Auto Numbers with attributes ofInteger
data type. - Recommendation
- Edit the entity attribute and either set its data type to
Integer
or disable it asAuto Number
.