RE: How to add elements to serverWidget.createList(options)
I want source subsidiary list to form .addfield.
var field = form.addField({ id : ‘custpage_subsidiary’, type : serverWidget.FieldType.SELECT, label : ‘subsidiary’,source:susidiarylist });
But I am not getting how to create subsidiary list in suitelet.
Could anyone help please?
Thanks Chris! There is ‘year’ field on custom record. which is free form text. How to source that to select field on suitelet. Could yo help please?