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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Populate custom address field with value from custom customer field
I'm trying to populate a custom field in the address entry form with the value from a custom field in the customer entry form. I've been using an existing script to experiment with this. For some reason I can populate the native fields with information from the customer entry form but I am unable to do the same with a customer field. In this example I just used the companyName again to try and populate my custom address field with something, even though this is not the data I want to populate this field with.
fieldChanged_Company = function () {
//
// If the company changes, we need to update the address
0