Can I extract a zip code from existing customer pa...
# suitescript
v
Can I extract a zip code from existing customer payment information?
w
You can load/search the customer that is on the customer payment-transaction and extract the zip-code there.
There is a cczipcode-field as well, but it may only apply to credit card payments: NetSuite enters the zip or postal code from the customer's billing address. If the field contains no value or the wrong value, check the customer's record at Lists > Relationships > Customers. On the Address subtab of the customer's record, make sure the default billing address contains the correct zip or postal code. https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2020_1/script/record/customerpayment.html
v
Thanks