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.
Check Features in Saved Search
I am trying to create an invoice saved search that will conditionally pull in either fxamount or amount based on if Multi Currency is enabled. If have tried the below formulas, but can't seem to get it working. Does anyone know if this is possible?
Formula 1: nvl({fxamount},{amount})
Formula 2: case when {fxamount} like '%ERROR%' then {amount} else {fxamount} end
0