Hi Guys, can I filter this address list based on C...
# suitescript
c
Hi Guys, can I filter this address list based on Customer in Suitelet
Copy code
var fldShipTo = form.addField({
            id: 'custpage_fld_address',
            label: 'Ship to select',
            type: serverWidget.FieldType.SELECT,
            container: FLDGRP_SHIPPING,
            source: '-137'
        });
b
no, use Field.insertSelectOption instead to add your own select options options