```var bo_field = form.addField({ id: 'bo', ...
# suitescript
j
Copy code
var bo_field = form.addField({
		    id: 'bo',
		    type: serverWidget.FieldType.SELECT,
		    label: 'Bind Order',
		    source: 'salesorder'
		});
d
I have noticed that as well...I think you can only create select fields with same types as you would be able to in SuiteBuilder UI, where Transaction is a List/Record type you can select but not SalesOrder
j
grumble grumble
I'm surprised it didn't throw an error