is there a way for a CS to add a sublist? i dont s...
# suitescript
e
is there a way for a CS to add a sublist? i dont serverWidget works in a CS
t
you can try on UE using this script
function addSublist(_form_, _id_, _label_, _tab_, _type_) {
return _form_.addSublist({
id : _id_,
label : _label_,
tab: _tab_,
type : _type_,
});
}