Info |
---|
|
This routine is available starting with SIL Engine 4.8.0.8. |
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 | admGetScreensFromScheme(screenSchemeName) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Retrieves a list of screen operations and corresponding screens for a given Screen Scheme. |
Retrieves a list of screen operations and corresponding screens for a given Screen Scheme.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
screenSchemeName | string | |
...
Yes | The name of screen screen used to retrieve the underlying configurations. |
|
Return
...
Type
JGeneric [] (array of JGenerics)
Returns an array of key/value pairs representing the values of a Screen Scheme, where the key is the screen operation (Default, Create, Edit, View) and the value is the associated screen.
...
Code Block |
---|
JGeneric[] screens = admGetScreensFromScheme("TEST: Scrum Default Screen Scheme");
return screens;
// String representation
// Default|TEST: Scrum Default Issue Screen Default|Create|TEST: Scrum Default Issue Screen Create|Edit|TEST: Scrum Default Issue Screen Edit|View|TEST: Scrum Default Issue Screen View
// JSON representation
/*
[{
"name": "Default",
"value": "TEST: Scrum Default Issue Screen Default"
}, {
"name": "Create",
"value": "TEST: Scrum Default Issue Screen Create"
}, {
"name": "Edit",
"value": "TEST: Scrum Default Issue Screen Edit"
}, {
"name": "View",
"value": "TEST: Scrum Default Issue Screen View"
}]
*/
|
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|