Null attributes

0
Hi, is there a way to validate the entity attribute to not save null data, without doing it on on a microflow?
asked
2 answers
0

You can use validation rules on the entity in the domain model. Double-click the entity and change to the Validation Rules tab to enter the checks.

answered
0

Yes, you can use validation rules for this. They can be found in the domain model, when you open an entity, in the tab Validation Rules.

See also: https://world.mendix.com/display/refguide4/Validation+Rules

answered