Default SortInfo inside an a!queryEntity

 

Hi everyone, 

So, I have one CDT called "SA_Clients" with the attributes id (integer), name (text) and address (text). When I try to retrieve all the data from the DB, I use the following Expression Rule:

a!queryEntity(
entity: cons!SA_CLIENTS_CONSTANT,
query: a!query(
pagingInfo: a!pagingInfo(
startIndex: 1,
batchSize: -1
)
)
)

In the result I receive what I expect but with the "SortInfo" ""activated"". This appears in the response: "sort: List of SortInfo: 1 item SortInfo field: "address" ascending: true". 

I don't want this. Is there anyway to solve this?

 

Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply Children