Re: How to join two dynamic views?

2024-02-05 Thread Tomek
Thanks On 1.02.2024 19:44, Rishi Solanki wrote: Dear Tomek, To create the view link between two tables its definition and fields should be loaded. So instead of linking two dynamic view make static view using entitymodel.xml file and link them. Rishi Solanki *CTO, Mindpath Technology*

Re: How to join two dynamic views?

2024-02-01 Thread Rishi Solanki
Dear Tomek, To create the view link between two tables its definition and fields should be loaded. So instead of linking two dynamic view make static view using entitymodel.xml file and link them. Rishi Solanki *CTO, Mindpath Technology* Intelligent Solutions cell: +91-98932-87847 LinkedIn

How to join two dynamic views?

2024-01-25 Thread Tomek
Hi, I would like to create two dynamic views and link with together. It is possible? I try like this: // Currently the following view can be replaced by entity // but I assume that it will be more complex. final DynamicViewEntity productFacilityView = new DynamicViewEntity();