Dhiraj Gore
07/13/2021, 1:51 PMSandii
07/13/2021, 1:56 PMrec = context.newRecord
, but then you have a rec.save()
, those 2 things do not go together. Is there a reason you want to do this afterSubmit
instead of beforeSubmit
?CD
07/13/2021, 1:56 PMaftersubmit
is too late. The record has already been submitted/saved to the database. Either move it to a beforesubmit
or use record.load()
/ record.save()
in your aftersubmit
Sandii
07/13/2021, 1:56 PMDhiraj Gore
07/13/2021, 1:56 PMCD
07/13/2021, 1:56 PMDhiraj Gore
07/13/2021, 1:56 PMCD
07/13/2021, 1:57 PMDhiraj Gore
07/13/2021, 1:58 PMCD
07/13/2021, 1:58 PMDhiraj Gore
07/13/2021, 1:59 PM