jen
09/23/2020, 9:37 PMericbirdsall
09/23/2020, 10:26 PM_var selectField = form_.addField({
id: 'user_id',
label: 'User',
type: _serverWidget_.FieldType.SELECT,
source: _record_.Type.FOLDER
`})`;
If it were me, I'd do a folder search (hopefully you can narrow down the folders with criteria) and add each result as a select option (removing the source property from the .addField) and using field.addSelectOptionSandii
09/23/2020, 11:02 PM