Is it possible to use submitFields to update a mul...
# suitescript
c
Is it possible to use submitFields to update a multiple-select field? This doesn’t throw an error, but it also doesn’t seem to update field:
record.submitFields({
type: "CUSTOMRECORD_SCHEDULE_ITEM",
id: 5166,
values: {
custrecord_si_sales_orders: [50877,50832]
}
})
e
No
b
its one of those things that will work serverside but wont clientside
c
I was actually trying to do so via restlet and it didn’t work for me there either. record.load -> setValue -> save did work though