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!
Search error: Parentheses are unbalanced. BROKEN cannot find what is wrong
I'm doing such a simple filter and I am getting this error.
Search error: Parentheses are unbalanced.
HOW IS THIS UNBALANCED??
fils = [[['systemnotes.type','is','Create'],'or',['systemnotes.field','anyof','custrecord296']]]; DOESNT WORK
fils = [[['systemnotes.type','is','Create']]]; WORKS
im trying to get this to work
fils = [[['systemnotes.type','is','Create'],'or',['systemnotes.field','anyof','custrecord296']],'and',['systemnotes.date','onorbefore','endofthisweek']];
how does this not work?