Hi all, I am doing a workspace development in which I have a series of Tile items. To give an example, one of them is going to show me a counter of the number of records of the SalesTable, filtering through the inventLocationId field. I modify this counter to my liking doing an override of the getData method, and the inventLocationId field I filter it from a lookup that exists in the form with the different inventLocationId values, so that, as I select different inventLocationId values, the value that shows the Tile is different. So far so good. The main problem is that I want that when I select the tile and I enter in the form that has linked this Tile, I want that it is shown with the filter of the InventLocationId that I have selected previously. I know I could develop a simple query filtering by that field and add it in the display item menu, but I would like it to be dynamic by code, every time I change the value in the lookup.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.