Skip to content

Priority

Gets or sets the priority of the case.

1
 number myCaseCreateOptions.Priority

Remarks

This property changes the priority of cases within a channel. All cases are created with a Normal priority (2). The priority value ranges from 0 to 5, where 0 is the lowest priority and 5 is the highest priority.

Example

1
$Case.Priority = 5;