Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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?