Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admGetAvailablePrioritiesForScheme(prioritySchemeName) | Package | adm | Alias | | Pkg Usage | getAvailablePrioritiesForScheme(prioritySchemeName) | |
Description
Excerpt |
---|
|
Gets all the priority names available to be added to the priority scheme. |
Returns a list of priorities names available for adding to a given priority scheme.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
prioritySchemeName | string | Yes | The name of the priority scheme. | |
Return Type
string []
Returns the list of the priority names available to be added.
Example
Example 1
Returns all the priority names that can be added to the scheme
Code Block |
---|
|
return admGetAvailablePrioritiesForScheme("New priority scheme"); |
Very Important|Not Important
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "priority_scheme_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|