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!
Nest Decode into NVL2?
We use a secondary address for Vendors on our PO in specific scenarios. Because of this we have setup some saved searches with an NVL2 formula to pull the secondary address if its being used in place of the billing address.
For the state results we use this formula:NVL2({custbody_vr_removal_add_addressee},{custbody_vr_removal_add_state},{billstate})
The issue we are having is that when the results are returned, the {custbody_vr_removal_add_state} variable will return the full name, New York, and {billstate} will return NY. This makes it difficult to parse the data by state alone.