My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
We have the same problem. Did anyone ever come up with a solution or workaround?
-
I see what you are saying. What I'm really looking for is a 'foolproof' way to know that a SO failed to become a Cash Sale because the card was declined for any reason.
-
Correction: the correct formula is case when {taxamount} IS NULL then ({amount}-{shippingamount}) else ({amount}-({shippingamount}+{taxamount})) end
-
Amount (Net of Tax) returns nothing for me - just a null value. I've been using this formula and it seems to work fine for me: case when {taxamount} IS NULL then ({amount}-{shippingamount}) else ({amount}-({shippingamount}+{taxamount})) null end It subtracts tax and shipping from the total unless there is no tax in which…
-
Thanks for the tip on the NVL() function. Love learning new things!
-
Bummer. I'd like to be able to set it. Thanks for the answer though.
-
Good feedback - thanks!
-
How incredibly useful! Thanks so much.
-
Same here - started at 3:23 PM EDT. status.netsuite.com says everything is "rosey".
-
Sam, Have you ever used REST API to connect NetSuite to Shopify? Just curious. Thanks
-
Thanks John. This worked perfectly.
-
So, I got this working by using the event of Before User Submit, the Field of Terms and a Formula value of ''. Just in case anyone wonders how it was solved.