734
Views
1
Comments
Solved
Pagination On Navigation while retrieve Data Using Data-Action
Question

HI  My friends, 

i have an application with many modules, 
1-CS Module type service

2-BL ModuleType Service

3-CW ModuleType Reactive

4-UI ModuleType Reactive

I use data-action action in Cw to retrieve a list of Orders for example,

where I have A Client action Called PaginationOnNavigation. that handles the navigation Of Pagination

PaginationOnNavigation  ClientAction Flow As: 


in refresh MyOrder Flow where I have data-action action  as shown below 



it takes the parameter StartNewIndex.

now we will navigate to BL Module To check OrdersHeader Server Action.


I made an assignment of Startindex and while retrieving the list I can't make refresh Data.

how can make refresh for aggregate? I don't know if possible or not. no Refreshdata Widget found

or must use SQL statements to handle pagination.

thanks


2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Hello

Yes you cannot refresh the aggregate in a Server action , that is why you dont have the refresh widget

Now for the issue, you are facing while implementing pagination with data action.

So this question was asked on Forum several times.

I am attaching you links to that post that will help you with this 

I hope this will help 

Thanks & Regards

Tousif Khan


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.