Suite Script ( record.setSublistText() )

Sets the value of a sublist field by a text representation

Code

objRecord.setSublistText({
sublistId: ‘item’,
fieldId: ‘item’,
line: 3,
text: ‘value’
});

// Add additional code.

Leave a comment

Your email address will not be published. Required fields are marked *