How to add phone number in the address template

Scenario Client cannot see the phone number under the billing and shipping address of the transactions even though it is added in the address page. Solution Navigate to Customization > Forms > Address Forms Standard Address Form: Click Customize Locate Phone Show: Enter Checkmark Template ID Field: Copy ADDRPHONE Address Template:Paste <ADDRPHONE> Under the country subtab add the country Click Save

Customer : Address record Limitation

There is no limit with the number of addresses that user can enter on a customer record (shipping and billing). Notes: Please note, if user has around 100,000 addresses for each customer record for example, it might cause slowness in performance as data will become difficult to manage and may timeout at times due to high… Continue reading Customer : Address record Limitation

Dynamically Modify the NetSuite Address Block Shown

Sample script that would dynamically hide the default Bill-to address and then dynamically show the Ship-to address in Customer Record SuiteScript 2.0 to Dynamically Show Address Block The following 2.0 code snippet would be added to the BeforeLoad UserEvent. //detect that we are in view or edit mode if (context.type != context.UserEventType.CREATE && runtime.executionContext ==… Continue reading Dynamically Modify the NetSuite Address Block Shown

Mass deleting addresses

JIRA- BTN-1726 Scenario: The client has a couple of thousand bad address records in NetSuite. They want to delete all addresses from the customer record and only kept one address on that record. Solution: We exported out all customers and their addresses into a CSV. We flagged the good ones and removed all the bad… Continue reading Mass deleting addresses