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!
Copy Custom Line Item Fields to Custom Body Fields
Hello JavaScript Experts,
Another quick question on JavaScript.
I have created a script that looks at the line item of a sales order and copies it into a custom body filed so that we can see it in the Fullfillment screens i.e. pick/pack/ship. The first function "grab_line_options()" works perfect, and if their is more than one item added to the sales order it will loop through and copy each line item text into the custom body field and separate them with a ",". Then I needed to get the center cookie message and the gift message to do the same thing. I modified the script to create the
0