- Help Center
- Customizing
- Project Planner
Can a project be searched by criteria other than its name when opening it?
How is it defined which custom field can be used for searching?
In the project selector of the Project Planner, the default search is by project name. However, it is also possible to use a custom field as an additional search criterion.
This is configured using the setting customFieldSelectorFilter
. With this property, any custom field can be specified, which will then appear as an additional search field in the selector.
Example:
customFieldSelectorFilter: "pmo.custom.projektschlüssel"
This allows users to search not only by project name but also, for example, by a project key or internal identifier when opening a project.
This makes the project search flexible and adaptable to customer-specific requirements.