Set Grid Filter Activity (How-to)

Set Grid Filter Activity (How-to)

Sets a filter criterion on a grid view.

Target parameters (in) and Activity options

Control Id

The grid view id, which can be found in the command bar page for the grid view.

Bild1.png

 

Criteria

The grid filter criteria.

 

Example: Responsible.Id = '12345'

Example

Bild2.png

To build a criteria string you can use a Format Entity Activity.

mceclip0.png

Format string: Responsible.Id = '{http://Promotor.Id }'

The entity parameter is set from the Start/Root-property, which has an entity with the property "Promotor".