Does anyone know if Contacts are available as a su...
# suitescript
s
Does anyone know if Contacts are available as a sublist for Customer records in SS 2.0? I am just curious if I have to run a saved search to get Contacts in a User Event script deployed on Customer records. The following lines are not working:
Copy code
context.oldRecord.getLineCount({ sublistId: 'contact' });
context.oldRecord.getSublistValue({ sublistId: 'contact', fieldId: 'email', line: 0 });
My last recollection from years ago is that this was possible in SS 1.0, but I may be misremembering.