Why does Netsuite not recognize my sublistId of li...
# suitescript
k
Why does Netsuite not recognize my sublistId of links? Want to grab the related credit memo id of an RA.
Copy code
var creditMemoId = newRecord.getSublistValue({
            sublistId: links,
            fieldId: 'tranid',
            type: 'Credit Memo'
        });
m
If
links
is the sublist name, then it should be in quotes.