Arun Dasari
06/29/2020, 4:40 PMSandii
06/29/2020, 4:54 PMsource within the field definition. You need to manually run a search and add all the select options from the search results.Arun Dasari
06/29/2020, 5:16 PMSandii
06/29/2020, 5:19 PMsource with the record/list you want. If you want that record/list filtered, you need to not set a source, and manually add all the options using addSelectOption() from serverWidget module or insertSelectOption() from currentRecord moduleArun Dasari
06/29/2020, 5:23 PMArun Dasari
06/29/2020, 5:24 PMSandii
06/29/2020, 5:32 PMN/curentRecord options since serverWidget is serverside. You can use a combination of getSelectOptions(), insertSelectOption(), and removeSelectOption() depending on how you want to handle it.Arun Dasari
06/29/2020, 5:46 PM