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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Calculate Field Works Sometimes
We have 3 custom fields on our item records. One is input by us and the other two are calculated fields. One of the calculated fields always works but the other will work only under certain circumstances.
3 Custom Fields are:
Field A - static input by us - decimal number
Feild B - calculated, works fine (currency)
Field C - calculated, works only when B is under 1000 (currency)
Example:
Field A = 1.67 (define as a decimal number)
Field B = Field A * Purchase Cost (cost)
... actual formula is {cost}*{FieldB}
Field B calculates on all item record correctly
Field C = Base Price (pricelevel1) * Field A * Purchase Cost (cost)
0