netsuite icon indicating copy to clipboard operation
netsuite copied to clipboard

suiteql returns no data when adding order by

Open pcoanet opened this issue 3 years ago • 1 comments

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

pcoanet avatar Jul 16 '21 13:07 pcoanet

Can you post the raw debugging logs?

iloveitaly avatar Oct 31 '23 14:10 iloveitaly