Can someone provide a video or simple instructions on how to set up a many to many relationships view in Leap? As an example, what I’m looking for is to see a part of orders and when you click in the order you see all of the parts associated with that order.
@rlintern is this a question you can answer? Thanks!
There are two ways to achieve this in Leap:
1. Table widget
The simplest way to achieve this in Leap is to add a Table widget to your “Orders” form. The Table widget allows you to create “sub form” for parts.
See Adding tables to a form - HCL Leap 9.3.8 Help Center
2. Separate Form
You can create a separate form for parts. This technique should be considered if the Table widget is not sufficient. It provides more flexibility but with that flexibility there is more burden on the app developer to associate an order to its parts. The Data Grid widget can help here to render parts based on a specific order id.