REST Web service Pagination

Hi everyone,

I'm using representations to use the REST web services in sage x3 v12, and it's working fine, but some parameters it seems not to work.

I want to do a pagination when I use the $details facet, but it's not working.

looking this page here: http://online-help.sageerpx3.com/erp/12/staticpost/supervisor-administration-requester/?highlight=startRecord

It's seems that I have to use the startRecord param to do that, but when I add it, nothing happens, so I can't paginate my results, 

is someone knows how to fix that, or if is there another way to do pagination for query results?

Parents Reply
  • 0 in reply to Xavier.Buxade

    Hi Xaveir, sorry, but I wrote wrong, I'm using $query function and not $details, I don't know I wrote $detais facet.

    This is my URL 

    link/api1/x3/erp/PRETGL/ABANK?representation=ABANK.$query&count=5&startRecord=10

    I'm using a standard representation and class, for make sure it's working, but even here, does it not works.

Children