[Custom field built from Suitescript] [Source: customer]
I have a suitlet where I created a new select field. The field is retrieving all customer data throught the 'source' property.
While testing I noticed that my select field has also values for Leads and prospects.
Analysing Netsuite, I deduced that Leads/prospect/customers are different categories of customers.
I dont want to to add the data manually through addSelectOption() since my field will lose the inbuilt search ability.
Is there any way I could get only customers data ? Thank you