You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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. ButSELECT 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
The text was updated successfully, but these errors were encountered: