https://netsuiteprofessionals.com logo
s

screnshaw

03/31/2022, 4:04 PM
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

creece

03/31/2022, 4:33 PM
When you add a field it should give you back a field object that has an "isMandatory" property you can set to true.
s

screnshaw

03/31/2022, 6:22 PM
ok thanks!