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
govind v 3govind v 3 

How can I move closed cases from one account to another in Salesforce

I have a usecase like I need to move some of the closed cases related to another account.how we can achieve this??
please help me 
Thanks In advance
Team NubesEliteTeam NubesElite
Hi Govind,
This should be straight forward. You can just change the Account field on the case.

Programatically, you can just update the AccountId field of the case record with the ID of the account you want to change to.

If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.



Thank You
www.nubeselite.com

Developement | Training | Consulting

Please Mark this as solution if your problem resolved.