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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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