This commit is contained in:
2020-03-30 14:21:32 +00:00
parent e9681b84be
commit 04ce67a4cb

View File

@@ -2,15 +2,16 @@
## Overview
some are search only, some pick and search etc
initial form load preselected will not fill list if it doesn't have to to save bandwidth
Select lists are used to select and / or search for a value on forms. For example a Part on a Workorder form.
## Selecting
Clicking on a select list will cause it to drop down and by default fetch the first 100 records found for that type of object in the AyaNova database. For objects that there are few of such as Users this is often all that is required to find the item you need. However for larger lists a search will be necessary
### No selection item
"-"
Select lists have a special item represented by a single dash character `-` which indicates that no selection is made for that item.
## Searching
For any large
### Search by text
@@ -19,3 +20,4 @@ initial form load preselected will not fill list if it doesn't have to to save b
### Example queries
## Customizing pick list template
The choice of fields displayed and searched in the select list can be [customized](form-adm-global-select-templates.md).