Defining a custom case status
Define a custom case status to more precisely communicate the progress that a case makes toward resolution.
- In the header of Dev Studio, click .
- Review the list of case statuses, and ensure that a case status that meets your business needs does not already exist.
- Create a field value that defines your custom status by doing the following:
- In the header of Dev Studio, click .
- In the Label field, enter the text for the custom status
value.
As a best practice, use one of the following prefixes to support standard reports and maintain continuity in between your custom status and standard status values:
New-
,Open-
,Pending-
, orResolved-
. Use only alphanumeric symbols in case statuses. - In the Field Name field, enter
pyStatusWork.At run time, your application maps a value of the pyStatusWork property with a case status.
- In the Context section, select an application layer, applies
to class, and ruleset based on how you plan to reuse the status value in your
application.
- Click Create and open.
- Optional: To provide a translated value for the custom status value, enter text in the To field of the Field Value form.
- Click Save.
Previous topic Case status values Next topic Standard rules and extension points for case status