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
Add support for the required attribute in fields should be flexible, allowing it to be defined either as a boolean or a domain expression:
Boolean: A simple true or false setting, which universally mandates or waives the requirement for data entry.
Domain: A more complex condition that specifies when a field becomes mandatory, based on the logic defined within the domain expression. This approach allows for conditional requirements that adapt to the data context or specific business rules.
The text was updated successfully, but these errors were encountered:
cedricfrancoys
changed the title
Domains - Usage for the 'Required' Attribute
Domains - Domain for the 'Required' Attribute
Jul 13, 2024
cedricfrancoys
changed the title
Domains - Domain for the 'Required' Attribute
Entity Schema - Add domain support for the 'Required' Attribute
Jul 13, 2024
Add support for the
required
attribute in fields should be flexible, allowing it to be defined either as a boolean or a domain expression:true
orfalse
setting, which universally mandates or waives the requirement for data entry.The text was updated successfully, but these errors were encountered: