Gail Kasnett
11/18/2020, 10:02 PMbattk
11/18/2020, 10:05 PMSandii
11/18/2020, 10:18 PMerictgrubaugh
11/18/2020, 10:54 PMerictgrubaugh
11/18/2020, 10:55 PMsaveRecord
entry point completes and attempts to save the record to the database, it sees that it has been changed (by your code) and throws that error.Gail Kasnett
11/19/2020, 8:44 AMSandii
11/19/2020, 3:23 PMerictgrubaugh
11/19/2020, 3:28 PMcurrentRecord
instance that gets passed into your saveRecord
entry pointerictgrubaugh
11/19/2020, 3:29 PMfunction saveRecord(context) {
context.currentRecord.setValue({fieldId: "custbody_blah", value: "Bob Loblaw"});
return true;
}
Gail Kasnett
11/24/2020, 10:50 AMGail Kasnett
11/24/2020, 11:30 AM