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!
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
Accessing the {total} field in an Estimate/Quote Form
We've the need to access the {total} field value from within the header of a Quote/Estimate form.
I've created a custom body field with Validation & Defaulting, Formula = Y.
I added the field to the form in the Main, Primary Information section.
Even with Validation & Defaulting set to just {total}, blank is returned.
Ultimately, we need to execute something like this:
(CODE)
CASE {total}
WHEN > 110000.00 THEN {total} * .02029
...
END
(/CODE)
What is the proper syntax to use to access the {total} field in the header of a Quote/Estimate form?
0