RE: How can I show some specific values of a dropdown field?
Answered
Hi, I have added a status field in suitescript which have some dropdown values but I want to show some 2 or 3 values only. How can i do this?
var fld_status = o_form_obj.addField(‘status’, ‘select’, ‘Invoice Status’, ‘customlist_prodstat’);