searchInPlanning¶
To start a search with prefilled fields for one node and a specific tree. If tree is not defined the actual tree is used.
It is neccessary that a search is defined. See searches.
key | Description | Units | |
---|---|---|---|
tree |
For this tree the search will be executed | string | |
node |
For this node the search will be executed | string | |
clear |
If true, the search will be cleared before prefilling | boolean | |
filter |
Defines a Array of filter for the node |
array | |
attribute |
Defines the filter attribute für the node |
string | |
value |
Defines the filter value für the node |
string |
{
"label": "Search",
"action": "searchInPlanning",
"icon": "icon-magnifier",
"actionValues": [
{
"tree": "gantt",
"node": "rootNode",
"clear": true,
"filter": [
{
"attribute": "PERSONID",
"value": "${OWNER}"
}
]
}
]
}