Zoran R-DATAGRAM
01/14/2022, 10:11 AMbattk
01/14/2022, 10:35 AMbattk
01/14/2022, 10:35 AMZoran R-DATAGRAM
01/14/2022, 10:43 AMvar rec = record.load({
type: record.Type.CUSTOMER,
id: customer_id,
isDynamic: false
});
/**
* Modify those fields present in the Address sublist lines
*/
rec.setSublistValue({
sublistId: 'addressbook',
fieldId: 'label',
value: label,
line: line
});