Skip to main content
Skip table of contents

"SaveView" Action

The SaveView action is created with the <SaveViewAction/>  element within <Actions>. With the SaveView action, Web App users can save the settings of Grid components, for example, set filters or sortings.

For this purpose, the SaveView action sends the Grid component settings to a linked Technical Process. You need to create the corresponding Technical Process so that the data are transformed and sent back to the Grid component when the component is loaded.

The action can be used within a Grid component or outside of a Grid component, but always relates to a Grid component.

The action does not receive or send properties. If the linked Technical Process issues properties, these properties are ignored by the action.

You can define the default attributes for Actions for the SaveView action.

You link the Technical Process and the component you want to save using the following attributes:

Attribut

Beschreibung

process

Name of the linked Technical Process.

Possible values:

<Name_des_Prozesses>.wrf

gridName

Name of the Grid you want to save.

Possible values:

Any string

Process input of the action

The action forwards the following information to the linked Technical Process:

Parameter

Beschreibung

GridView

Enclosing element for the saved Grid settings.

OrderBy

Issues the value by which the displayed data are sorted. For more information on sorting, see Sorting.

Where

Includes information on the set filter. For more information on filtering, see Filtering.

Reorders

Includes the position information of the individual columns. The column with the lowest OrderValue is at the first position, etc.

If a column has no OrderValue, the value 0 is used.

For more information on Reorders, see Grid Component.

Possible OrderValue values:

Integer > 0

Visibilities

Includes the columns of the Grid component that are to be displayed. The columns that are not listed under Visibilities will not be displayed in the component.

Necessary transformation via the Technical Process

The transformation in the Technical Process needs to remove the <GridView> root element from the process input received from the action.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.