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
Cheryl BeschCheryl Besch 

Publisher Action to Change Owner

The standard publisher actions don't allow us to change the owner of a record. Does anyone have code to do that?
PratikPratik (Salesforce Developers) 
Hi Cheryl,

Ideas are vaialable on ideaexchange:
https://success.salesforce.com/ideaView?id=08730000000ktXcAAI
https://success.salesforce.com/ideaView?id=08730000000hELpAAM
You can vote for it so it can be considered in future releases.

Thanks,
Pratik

 
Phil WeinmeisterPhil Weinmeister
Hi Cheryl,

If the solution needs to be dynamic and set the owner of one a variety of different owners, code would be the way to go. However, you could also create a publisher action that triggers a workflow rule and corresponding field update that update the owner field, as well. The major limitation here is that you have to set the Owner to one specific person, so a workflow rule / field update would have to be created for each different scenario. If that is not an issue, then you could take that route.

Hope that helps.

Thanks,
Phil
CherBeschCherBesch
Thanks everyone for the great responses.  Hopefully the ideas above that I voted for get some consideration.  Change Owner is standard functionality.  There is hope that it will become a standard action in the future.  I have found a work around but it is not ideal.

Cher
PratikPratik (Salesforce Developers) 
Hi Cheryl, You can mark the best answer so it will help other community members with the same issue. Thanks, Pratik