![]() |
jadachDevClub member 9/2/2019 |
I assume the 2 list pages are for 2 different roles? If so, perhaps you can create a session variable and then use that in the "After table initialized" event. |
![]() |
Sergey Kornilov admin 9/3/2019 |
Another option is to read the name of an additional page from the URL and apply your logic based on the "page" parameter: cars/list?page=list1 |
T
|
Tim author 9/3/2019 |
Thanks Jerry, but the different list pages are needed for different steps in a process as opposed to different users. So the query for one list page needs to include "where reviewed = 0" and another page needs "where reviewed = 1". And actually. there is a 3rd page that shows all records so there is no where statement. I'm not sure how I could accomplish this with session variable.
|
T
|
Tim author 9/6/2019 |
It works! In the end, really simple. In the "After table initialized" event:
|