Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Substituting Items on a Large Quote
Hello All,
I was wondering if anyone has run into situations where they needed to bulk substitute items on a Quote via client suitescript.
What I am doing is setting up two fields, one the item to substitute, and using the other item field I select the one I need to substitute.
From what I have seen, it is pretty tough to do it via suitescript because it takes a lot of time to select each line item and then commit it via a post source and with quotes with 100+ lines, it crashes the browser.
Should I consider taking the server script route in this case? Also, if I change the item via serverside suitescript, will it source in all the relevant information like pricing and weight or will it keep the previous values and I would have to get the item record to update these values?