Hi all,
I have created a new custom form which displays the budget details of projects. I have included some filters like filter on projects, task code(custom field), Trans date, budget category(custom field). The filters works fine when I open the form through it's display menu item placed on a menu. However, there is a requirement where when a user selects a project from all projects list page and clicks on the menu item to my form, it should filter the data that corresponds only to the selected projId. This works fine as well. The issue comes after this. Where, after the user navigates to the form from the all projects list page, if the user disables the filter or tries to use any of those filters that is mentioned above, nothing happens, the form displays the records that corresponds to the projId that the user selected in all projects list page. Even if I remove the filter manually in the form nothing changes. My goal is, when the user navigates to my form from the all projects and if he modifies any of the filters given in the form, it should bring the appropriate data. I have debugged my code and observed that the system is generating exactly the same query in both the situation(form launched from menu and form launched from all projects)