How to make a sublist field mandatory through Suit...
# suitescript
g
How to make a sublist field mandatory through SuiteScript?
b
use a beforeLoad script and use the form from the scriptContext to get the sublist and from there the field you wish to modify
the field has a isMandatory setter that you can use for mandatoriness