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!
Saved Search > Checkbox Criteria
I have created a saved transaction search (available as list view). Transactions should be removed from the list if all 4 custom checkboxes are checked. I have tried using expressions ( AND ) but this does not work. Transactions are being removed from the list if even only 1 checkbox is checked (all 4 checkboxes must be checked in order for the line to be removed). What am I doing wrong?
Here is the criteria I am using:
- Main Line = True
- Status = Any of Invoice:Open; Invoice:Pending Approval
- Customer: Sub of = Specific Customer Parent
- Checkbox1 = False
- Checkbox2 = False
- Checkbox3 = False
- Checkbox4 = False
I've tried both using expressions (AND) and also without expressions. I am still getting the same results. When 1 checkbox is checked, the transaction is removed from the list. We need all 4 checkboxes to be checked for the transaction to be removed from the list.