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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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