Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with SIL Engine 4.8.0.8.

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admGetScreensFromScheme(screenSchemeName)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
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
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

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)
showLabelsfalse
max25
showSpacefalse
cqllabel = "" and space = currentSpace ( )
labelsarray_routines