SuiteScript - query.runSuiteQLPaged() problem
Hello! I stumbled across a strange problem while using the method runSuiteQLPaged(). When I have an "ORDER BY" clause in my SQL, I get data ONLY in the last page. All previous pages do not return data. When I do not use an "ORDER BY" clause everything is fine and data is returned in all pages. Have for example this simpleā¦