function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Akis AthanasiadisAkis Athanasiadis 

Create record after process approval

Hi there,
I have an approval process and I need when the process is approved to create automatically a new record.
I have checked several threads abou similar issues and everyone is telling this can be done with PB.
I had already done this but it doesn't fire automatically.
I have a checkbox named renewed  in the renewals object where the process gets  approved. This field is checked automatically when the process is approved. The new record doensn't get created. It gets created only if I edit+save the renewals records.
Any ideas on how to do that automatically?
Best Answer chosen by Akis Athanasiadis
NagendraNagendra (Salesforce Developers) 
Hi Akis,

Sorry for this issue you are encountering.

May I suggest you please give a try by ticking "Re-evaluate workflow rules after field change" checkbox which should probably do the trick.

Please let us know if this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra

All Answers

NagendraNagendra (Salesforce Developers) 
Hi Akis,

Sorry for this issue you are encountering.

May I suggest you please give a try by ticking "Re-evaluate workflow rules after field change" checkbox which should probably do the trick.

Please let us know if this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra
This was selected as the best answer
Akis AthanasiadisAkis Athanasiadis
Hi Nagenda,

I found the problem. It was incorrect logical value configuration in the PB. I corrected it and it is resolved. The "Re-evaluate workflow rules after field change" was a great help though as it updates the record after update.