Hello,
I could use some help with a Netsuite Saved Search. I am attempting to add all addresses from the address subtab of the vendor record in a search of all active vendors. I have added columns for "Shipping" address fields and "Billing" address fields. However, when attempting to add any additional addresses, I am encountering an additional line for that vendor which has the shipping and billing address fields and then a Null value in the Additional Address fields. Then there is a line for each additional address that is not checked as default shipping and/or default billing. I have created a sample in the attachments where that particular customer has three addresses on their address subtab. One is checked as the Default Billing, another is checked as the Default Shipping, and a third address is present but not a billing or shipping address.
To bring up the additional address field(s), I am using the following CASE WHEN statement:
CASE WHEN {address.isdefaultbilling} = 'F' AND {address.isdefaultshipping} = 'F' THEN {address.address1} ELSE NULL END
Attached are screenshots of the Saved Search Results Settings and an example of the results: