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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Formula to Return Value When Line has No Billing Transaction
Working on a sales order saved search. It doesn't look like I can return the "Billing Status" value that's available in the criteria tab. So I wanted to use a formula to return a 1 or 0 depending on if there is a billing transaction.
The formula I'm using is:
CASE WHEN ({billingtransaction} is Null) then 1 else 0 endI've tried changing "is" to "=", tried wrapping "null" in '', and every combo I can think of. I just can't get it to return a 1 no matter what. Can anyone help?
Thanks in advance,
Mike
0