Join Slack
Powered by
Ok I figured everything Out I need except one thin...
# suitescript
f
fkrauthan
03/29/2018, 8:12 PM
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
Open in Slack
Previous
Next