Hi I am attempting to add a sublist to a existing ...
# suitescript
r
Hi I am attempting to add a sublist to a existing tab ex:
form.addSublist({
id: 'custpage_uom_sublist_info', label: 'UOM Info', type: serverWidget.SublistType.INLINEEDITOR, tab: 'packaging' }); it does not work , if anyone can help thank you
b
make a custom tab, put your sublist there instead