netsuite
netsuite copied to clipboard
suiteql returns no data when adding order by
Hi,
I'm using REST API suiteql verb to retrieve data through SuiteQL queries. All is working fine except when I add an ORDER BY clause.
For example SELECT id, name FROM subsidiary
returns the list of all subsidiaries as expected. But SELECT id, name FROM subsidiary **ORDER BY id**
returns an empty list of items.
This behavior occurs with version 0.8.0.
Thanks in advance for looking into this issue
Philippe
Can you post the raw debugging logs?