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.
|
Criteria | The grid filter criteria.
Example: Responsible.Id = '12345' |
Example
To build a criteria string you can use a Format Entity Activity.
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".
, multiple selections available,