Is there a way to make a custom field "custpage_" ...
# suitescript
s
Is there a way to make a custom field "custpage_" mandatory? I set it to required in "validateField", but the user can click off of that without being forced to select something. My fallback solution will be to use the saveRecord functionality if there isnt' an easy way
c
When you add a field it should give you back a field object that has an "isMandatory" property you can set to true.
s
ok thanks!