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!
Recalc Function in SuiteScript
Hello,
Can anyone explain to me why the Recalc function is called when you edit an address?
For example, we have an Sales Order transaction with 1 item. No problems. No if we edit that order changing the address the recalc script is called 3 times, each time the type is "item" and yet we did not touch the item.
This is causing us some issues. We have an if statement that checks the type and only when it is "item" is it suppose to execute the rest o the script. Problem is it item when we did not expect it.
Even the definition or RECALC FUNCTION says "
0