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
DevSFDevSF 

Change Record Owner Of The Record After Submitting It For Approval

Hi friends,

My Scenario is :

When a user submitts a record for approval. The the owner of the record should be changed.

It means that "AB" is the  current record owner and he submits for approval for "CD". Then the Owner field on the record should be
changed to "CD".


How can i achieve this friends.

Will i need to code or can this be achieved using standard functionalities

Any help friends..!
ManojSankaranManojSankaran
Hi,

No Need of any code. There is an option inital submission action. Create a field update and change the record owner. Enjoy...


Thanks
Manoj S

User-added image
DevSFDevSF
Hi ManojSankaran,

Thank alot for your response.

But here in intial submission action i need to select a user for owner change.

What i need is Owner field to be updated with the person who approves the records. There will be different users in my Org.
How do i specify here.

Could you please guide me in finishing off this...!

Below is the screenshot of the initial submission field update.

User-added image
DevSFDevSF
Hi ManojSankaran,

Any Updates on how to solve this....?