...
This routine is available starting with SIL Engine 4.8.0.6.
Syntax
...
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 | admSetPriorityScheme(pkey, schemeName) | Package | adm | Alias | | Pkg Usage | setPriorityScheme(pkey, schemeName) | |
Description
Excerpt |
---|
|
Updates the project priority scheme. |
Updates the project priority scheme. Both the scheme and the project must exist.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
pkey | string | |
...
...
...
Yes | Scheme name. The scheme must exist. |
|
Return
...
Type
booleanBoolean
Returns 'true' if the project was updated and 'false' if not.
Example
Code Block |
---|
return admSetPriorityScheme("TEST", "Default priority scheme"); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "priority_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|