Ok I figured everything Out I need except one thin...
# suitescript
f
Ok I figured everything Out I need except one thing. how do I search for only open Bills?
Copy code
filters: [
                    ['status', 'is', ['OPEN']],
                    'and',
                    ['approvalstatus', 'is', ['2']]
                ],
does not work