Enable frontend or server side search in dynselect
1. Summary
Enable the search in your dynselect
2. Result
It is possible to search for values in your dynselect
3. Step by Step Guide
To enable the search in a dynselect you have to do the following:
- Change the
EntityName
of the Dynselect to the Name of the corresponding DSO - In the corresponding DSO change following attributes:
- AutocompleteBehavior: Frontend or Backend or Server
- When “Frontend”: AutocompleteSearchFields: Define the fields in the DynSelect which should be searched
- When “Server”: You have to do the configs on the entity
- Display-fields: If not set in the Grid or form by the template-options
- Searchfields: The concrete field you want to search
4. Documentation
To find more information, you can check the following documentation.
Back to Use Cases
Back to Home Page