Greetings, I have a question about a development I am doing on a form of Operational Workspace pattern. I would like to know if it is possible to initialize by code the filters of the datasource of a form but not to deploy it yet. Let me explain:
From a Tile in a form of type WorkSpace, when clicking on it, I have made an override of the clicked method. In this one I perform the following steps:


using this code, I initialise the form I want to go to, add filters to its datasource and it is displayed on my screen. The problem is that, the item Tile must have in its property a menu item display that takes me to the same form, and this causes that, when I enter to this new form with all the filters mentioned before and I click on the back button, instead of returning to the Workspace, it loads again the same form, but without filters. That is why I am asking if I can initialise the datasource of the form, but not load this one.
I have tried to remove the menu item display from the item Tile property, and it works on my machine, but when I upload this development to a Tier 2, I get this problem:
I hope you can help me find a solution to this problem. Best regards