Question, is the mandatory field box on a custom f...
# suitescript
e
Question, is the mandatory field box on a custom field definitiion (line level) the one that dictates if a field is mandatory? I mean, I have a custom form that is making optional the field but I think the one from the definition has higher hierarchy, is that correct?
m
you are correct
the field's mandatory setting will override the form setting
but if the field's mandatory setting was not mandatory, the field could be defined as mandatory on individual forms without issue. just not the reverse (at least, not without the use of a script or workflow)
e
Thanks for confirming this! That's what I thought