Info |
---|
|
This routine is available starting with SIL Engine 4.8.0.4. 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 | admGetFilterOwner(filterId) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Retrieves the filter owner. |
Retrieves the filter owner.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
filterId | number | Yes | The filter id. | |
Return
...
Type
JUser
Returns the user that owns the filter.
...
Code Block |
---|
number filterId = 10000;
JUser user = admGetFilterOwner(filterId);
runnerLog("The user is :"+user); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "dashboard_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|