Info |
---|
|
This routine is available starting with SIL Engine™ 4.8.0.11. |
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 | isUserActive(user) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Checks to see if the given user has an active (licensed) account. |
Checks to see if the given user has an active (licensed) account.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
User | String | Yes | Username of user to check account status for. | |
Return
...
Type
Boolean (true/false)
Returns "true" if the user is active and "false" otherwise.
Example
...
Code Block |
---|
return isUserActive("jsmith"); |
...
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_group_routine"" and space = currentSpace ( ) |
---|
labels | jiraarray_group_routineroutines |
---|
|