<@U6TBKTZNH> presuming this is a custom form / lis...
# suitescript
n
@Ravi presuming this is a custom form / list the order you add the columns is the order they are displayed
r
But the scripted column field doesnot show in the custom form, right?
n
Not sure I follow, how are you adding the field, can you share code?
r
var sublist = form.getSublist({ id : 'item' }); var scriptField = sublist.addField({ id : 'custpage_parent_machine', type : serverWidget.FieldType.SELECT, label : 'Parent Machine' });
r
Fields added by script are always at the end. As far as I know, you can't specify the position