Description
A SwatSelect can be used to display a DropDown in a Grid / Table or Forms . It can also be used to join two tables.
Example
In table 1 there is a number that references table 2. Table 2 contains the name of this number. Both pieces of information are to be displayed in a drop-down field.
How to use it
- Search for the SwatSelect object for the corresponding table
- Add it to the form or gird you want to have it
- For grids: Add it in the instance view of your grid
- For forms: Add it in the form designer of your form
- Replace it with a field you want to change to a dynselect
- E.g. You have a grid/form with a field “Customer”.
- Drag and drop it to your object.
- Change the name of the dynselect to “Customer”
- Delete the former Customer Datafield
- Change the following fields in the SwatSelect object:
- LookupKeyField
- LookupKeyValueBinding
- LookupKeyValueColumn
- templateOptions
Attributes
You can check the documentation of all the attributes in the following page
Select AttributesUse Cases
Back to Documentation
Back to Home Page