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
When creating a new table (mainly to store referential data), we often set the NotBlank property to true to avoid insertion of blank values.
When creating an editable page (list / card) for this table, we mostly set the ShowMandatory property to true, to make it visible to the end user a value is expected for these field(s). The AL platform does not re-use the NotBlank to show a red '*' on pages (ShowMandatory), but only raises the error upon insert.
Expected rule:
When a table field with NotBlank = true is used as a source expression for an editable page control, ShowMandatory must be set to true on the page control.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When creating a new table (mainly to store referential data), we often set the NotBlank property to true to avoid insertion of blank values.
When creating an editable page (list / card) for this table, we mostly set the ShowMandatory property to true, to make it visible to the end user a value is expected for these field(s). The AL platform does not re-use the NotBlank to show a red '*' on pages (ShowMandatory), but only raises the error upon insert.
Expected rule:
Beta Was this translation helpful? Give feedback.
All reactions