When I try to get sublist field from the very firs...
# suitescript
b
When I try to get sublist field from the very first row which is not exist (I'm trying to add it now), returns an error. SSS_INVALID_SUBLIST_OPERATION
Copy code
const select2 = curRec.getSublistField({
     sublistId: 'custpage_sublist1',
     fieldId: 'custcol1',
line: 0
});
b
Thank you @battk