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
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 subsidiaryreturns 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