Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
V. 2007, Server script customer address issues
We have had a script running for about 5 months that updates information from sales orders to the customer record. Since our upgrade last Friday to 2007 it is now stripping out all of the <br> in the address field. The funny part is that I am not in any way writing anything to any address fields.
The only part of my code that has anything to do with an address is a look up on the shipstate field:
var shipstate = nlapiLookupField('customer', customerId, 'shipstate'); I am not going into the address book since this field seemed readily available. I think I originally found this field by looking at the XML returned on the customer record. Clearly something has changed in 2007.
0