admCreatePriorityScheme
Description
Creates a new priority scheme with the data provided in the parameters
Parameters
Return Type
number
Returns the id of the scheme created.
Example
Example 1
Creates a new priority scheme named "New priority scheme", with the default priority the one with id 1 and the priorities with ids 1, 2, 3
admCreatePriorityScheme("New priority scheme", "new scheme description", 1, {1, 2, 3});
return true;
See also
Peacock