Topic Last Modified: 2012-09-28

The CallPriorities table is a static table that stores the list of possible call priorities, such as ‘emergency’, ‘urgent’, or ‘normal’.

Column Data Type Key/Index Details

PriorityId

tinyint

Primary

Priority

nvarchar(256)

Allowed values:

  • 0 - Unknown

  • 1 – Non-Urgent

  • 2 - Normal

  • 3 - Urgent

  • 4 - Emergency