"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 |
|---|---|
| Name of the linked Technical Process. Possible values:
|
| Name of the Grid you want to save. Possible values:
|
Process input of the action
The action forwards the following information to the linked Technical Process:
Parameter | Beschreibung |
|---|---|
| Enclosing element for the saved Grid settings. |
| Issues the value by which the displayed data are sorted. For more information on sorting, see Sorting. |
| Includes information on the set filter. For more information on filtering, see Filtering. |
| Includes the position information of the individual columns. The column with the lowest If a column has no For more information on Possible
|
| Includes the columns of the Grid component that are to be displayed. The columns that are not listed under |
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.