alien4u
12/05/2018, 4:26 PMerictgrubaugh
12/05/2018, 4:53 PMvar linkedPOs = woRec.getValue(...) || [];
linkedPOs.push(contextValue.poId);
woRec.setValue({..., value: linkedPOs});erictgrubaugh
12/05/2018, 4:53 PMgetValue should return an Array for a Multiselect, and setValue should accept an Array for a Multiselecterictgrubaugh
12/05/2018, 4:54 PMgetValues or setValues in 2.0