admGetScreensFromScheme

Description

Retrieves a list of screen operations and corresponding screens for a given Screen Scheme.

Parameters

Return Type

JGeneric []

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.

Example

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

See also