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
MVJMVJ 

CaseStatus picklist values for record type

I am trying to find out how I can get the list of available CaseStatus values for a specific Support Process assigned to a case record type.

 

As you know there are many values for the case status and depending on the support process and record type you can control what valid choices are for.

 

I need to find out where that data is stored so I can execute a SOQL queery to retrive that data.

 

Thanks in advance.

 

 

shillyershillyer

You can get those values from the metadata API, check out the BusinessProcess component.

 

Hope that helps,

Sati