anyone suggest why I am unable to set a field value on currentRecord on a client script? I jump through various hoops to ascertain the value, all good but
item_rec.setValue({
fieldId: 'custitem_itemsid_pallet_size',
value: pallet
});
just doesn't populate the field???
I'm using it on a subListChanged event when the preferred supplier is changed to pull in a value from a custom record.