Hi
I have a listpart control on my role center page. In its OnOpenPage trigger, I have written the logic for populating data into the list (into its source table) dynamically which includes filter for the user logged in. The issue I am facing is that when I refresh my browser, trigger works but when I click on Company name, the filter or the trigger doesn't work somehow. The latest data refreshed by another remote user is displayed, which totally violates the filter logic.
Basically the filtering is done for the Job Table > "Project Manager" field using an if statement as below: