Ali
02/17/2020, 4:03 PMLjava.lang.Object;@
what is it? how can I get the value for that field?battk
02/17/2020, 4:06 PMbattk
02/17/2020, 4:07 PMAli
02/17/2020, 4:09 PMAli
02/17/2020, 4:11 PMAli
02/17/2020, 4:11 PMbattk
02/17/2020, 4:32 PMAli
02/17/2020, 4:34 PMbattk
02/17/2020, 4:34 PMAli
02/17/2020, 5:35 PMAli
02/17/2020, 5:53 PMNikola Gavric
02/17/2020, 7:00 PMlet contactRec = record.load({
type: record.Type.CONTACT,
id: contactId
});
const contactPerfs = contactRec.getValue('custentity_cont_contact_preferences');
contactPerfs.push("<id>");
contactRec.setValue({
fieldId: 'custentity_cont_contact_preferences',
value: contactPerfs
});
contactRec.save();
Nikola Gavric
02/17/2020, 7:01 PM