Azi
01/14/2020, 11:24 PMrecord.submitFields({
type: record.Type.ITEM_FULFILLMENT,
id: '10214303',
values: {
memo: '1',
},
options: {
enableSourcing: false,
ignoreMandatoryFields: true
}
})
As simple as this.
I am getting an error
*SSS_MISSING_REQD_ARGUMENT*1/14/2020 18:23:10.952 {"type":"error.SuiteScriptError","name":"SSS_MISSING_REQD_ARGUMENT","message":"search.lookupFields: Missing a required argument: id","stack":
rajneesh kumar
01/14/2020, 11:26 PMbattk
01/14/2020, 11:27 PMbattk
01/14/2020, 11:27 PMbattk
01/14/2020, 11:28 PMnikkodave
01/15/2020, 12:12 AMid: parseInt(internalId||0, 10)
erictgrubaugh
01/15/2020, 12:22 AMbeforeSubmit
that is attempting a lookupFields
and failingerictgrubaugh
01/15/2020, 12:23 AMnewRecord
reference. The UE will probably need to be adjusted to ignore XEDIT
eventsAzi
01/15/2020, 2:38 PM