Hi expert,
In Nav ws we can get data follow two type ws.read and ws.readmultiple(filter,bookmarks,size). Read method is not problem. But when we use readmultiple has performance issue. When we set 0 in size, we will get all data from table. In my case, i have more than 10,000 record in my item table. So when i use readmultiple method data retrive time is so long. And then when we click paging index it reload all records again. If we use sql statement we can be do own paging. At Nav ... how can i do my own paging? ](*,)
Anybody has idea? ....
Happy CNY ....
Best Regards,
Yukon
Make Simple & Easy
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thank for your suggestion.
I have 1000 records in my tbl. Page size is 10 record per page. so i have 100 paging. Ok! I bookmarks 1st record and 10th record. When i click 2nd paging i can be data without 1-10 record. But when i click last paging, it is load (1000-10) again.
So .... any idea ?
Best Regards,
Yukon
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
If we use grid view we can be get 10th bookmarks. (eg. _gridview.DataKeys[10].Value.ToString())
Best Regards,
Yukon
It solved by myself.
Best Regards,
Yukon