ColumnsDisplayed

You use the ColumnsDisplayed keyword to specify the columns to appear in a list applet, and in what order. You use the keyword to move columns from the Available to the Selected list (or from the Selected to the Available list), and to move columns up and down so that the column order changes as required. The following actions are supported: Save, Reset, and Cancel.

Signature

The ColumnsDisplayed keyword supports the following signature:

ColumnsDisplayed(AppletRN|ColumnsDisplayedRN,Select:columnName1|columnName2|..; 
DeSelect:columnName1|columnName2|..;
Order:columnName|Up/Down/Top/Bottom,RN (Save/Cancel/Reset Defaults))

where:

  • The value in columnName must be used for desktop applications.

  • The display text in columnName must be used for mobile applications.

Desktop Examples

The following table describes how to use the ColumnsDisplayed keyword to move columns in desktop applications.

Target Object Inputs Closing Action Comments

SIS Account List Applet|Columns Displayed (SWE)

Select:Account Team;NULL;NULL

Columns Displayed Popup Applet (SWE).ButtonSave

Adds the Account Team column to the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;DeSelect:Account Team;NULL

Columns Displayed Popup Applet (SWE).ButtonSave

Hides the Account Team column to the list applet.

SIS Account List Applet|Columns Displayed (SWE)

Select:ALL;NULL;NULL

Columns Displayed Popup Applet (SWE).ButtonSave

Adds all columns to the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;DeSelect:ALL;NULL

Columns Displayed Popup Applet (SWE).ButtonSave

Hides all columns to the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;Order:Account Team|UP

Columns Displayed Popup Applet (SWE).ButtonSave

Orders the columns by moving one position (up) in the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;Order:Account Team|DOWN

Columns Displayed Popup Applet (SWE).ButtonSave

Orders the columns by moving one position (down) in the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;Order:Account Team|TOP

Columns Displayed Popup Applet (SWE).ButtonSave

Moves the column to the first position in the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;Order:Account Team|BOTTOM

Columns Displayed Popup Applet (SWE).ButtonSave

Moves the column to the last position in the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;NULL

Columns Displayed Popup Applet (SWE).ButtonCancel

Opens the ColumnDisplayed applet, and clicks Cancel.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;NULL

Columns Displayed Popup Applet (SWE).ButtonReset

Opens the ColumnDisplayed applet and clicks Reset.

SIS Account List Applet|Columns Displayed (SWE)

Select:Account Team;NULL;NULL

Columns Displayed Popup Applet (SWE).ButtonReset

Move the column to the last position in the list applet and clicks Reset.

Mobile Examples

The following table describes how to use the ColumnsDisplayed keyword to move columns in mobile applications (on mobile devices).

Target Object Inputs Closing Action Comments

SIS Account List Applet|Columns Displayed (SWE)

Select:Account Team;NULL;NULL

Columns Displayed Popup Applet (SWE).ButtonSave

Adds the Account Team column to the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;DeSelect:Account Team;NULL

Columns Displayed Popup Applet (SWE).ButtonSave

Hides the Account Team column to the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;Order:Account Team|UP

Columns Displayed Popup Applet (SWE).ButtonSave

Orders the columns by moving one position (up) in the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;Order:Account Team|DOWN

Columns Displayed Popup Applet (SWE).ButtonSave

Orders the columns by moving one position (down) in the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;Order:Account Team|TOP

Columns Displayed Popup Applet (SWE).ButtonSave

Moves the columns to the first position in the list applet.

SIS Account List Applet|Columns Displayed (SWE)

NULL;NULL;Order:Account Team|BOTTOM

Columns Displayed Popup Applet (SWE).ButtonSave

Moves the columns to the last position in the list applet.