You need to sign in to do that
Don't have an account?

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.
You can get those values from the metadata API, check out the BusinessProcess component.
Hope that helps,
Sati