mg2017
02/06/2021, 11:35 PMYou have entered an Invalid Field Value null\u00059271228
var so_record = context.newRecord;
var new_so_id = new Array();
new_so_id = so_record.id;// NEW VALUE
var existing_so = case_update.getValue({
fieldId: 'custevent_case_sales_order'
}); //EXISTING VALUE
case_update.setValue({
fieldId: 'custevent_case_sales_order',
value: [existing_so, new_so_id]
});
battk
02/06/2021, 11:37 PM\u0005
is what is used internally as a separator for multi select fieldsbattk
02/06/2021, 11:37 PMnull
and new_so_id is 9271228
mg2017
02/07/2021, 12:32 AMbattk
02/07/2021, 12:51 AMbattk
02/07/2021, 12:51 AMbattk
02/07/2021, 12:51 AMbattk
02/07/2021, 12:51 AMbattk
02/07/2021, 12:56 AMbattk
02/07/2021, 12:57 AMmg2017
02/07/2021, 1:11 AMbattk
02/07/2021, 1:18 AMbattk
02/07/2021, 1:19 AMmg2017
02/07/2021, 10:52 PMbattk
02/07/2021, 10:59 PMmg2017
02/08/2021, 2:06 AM