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 = '{Promotor.Id}'
The entity parameter is set from the Start/Root-property, which has an entity with the property "Promotor".
Comments
4 comments
Its good if you explain it in detail to understand workflow activities. For example how i can get the properties of an entity in Criteria box?
I have updated the article with an example.
A quick question regarding to "Set Grid Filter Activity". For example if i have a workflow with only two activities "Start" and "Open View Activity" and in "Open View Activity" i have only a "Grid View Control".
In this case, at which step i can use "Set Grid Filter Activity"?
Here is a screenshot with what i am doing.
and i am getting an exception.
Please correct me if i am doing something wrong.
I have tried to call "Set Grid View Activity" before "Open View Activity" and still facing the same issue. Here are the screenshots
Error:
Please sign in to leave a comment.