Scruffy
06/25/2021, 5:10 PMbeforeSubmit
as my entry point. What method do i use to create the record object to modify it before its submitted? Im having trouble determining if i should use record.create()
or record.load()
.creece
06/25/2021, 5:10 PMcreece
06/25/2021, 5:12 PMfunction beforeSubmit(context) {
context.newRecord.setValue({
fieldId: '',
value:
});
}
Scruffy
06/25/2021, 5:13 PMcreece
06/25/2021, 5:17 PMScruffy
06/25/2021, 5:18 PMScruffy
06/25/2021, 6:38 PMSandii
06/25/2021, 6:53 PM