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
Michael.WatkinsMichael.Watkins 

API- Close a Case

Does anyone have information on the process of closing a case via the API?
What objects must be manually updated or touched during the process besides the obvious Case.ClosedDate and Case.IsClosed fields?
 
Thanks in advance
HardhatHardhat
Actually, you don't need to touch either the ClosedDate or IsClosed.  Just set the case's Status field to a status that corresponds to closed, and the rest will be done for you.
Michael.WatkinsMichael.Watkins
sweet! many thanks