as for submit fields, the general structure is ``...
# suitescript
w
as for submit fields, the general structure is
Copy code
record.submitFields({
type: record.Type.BIN,
id: currentBin,
values: {
 [field]: [value]
}
});