How to display (and edit!) two independent items inside one including relationships? #newBuildingIdeas

Hi community,

I am looking for ideas to combine two items as one. I want to combine the ItemType "Manufacturer Part" with a 2nd ItemType we use to store environmental and compliance information.

We use two ItemTypes, cause the people how manage Manufacturer Parts are not always the same people who are trained to do the compliance rating. Two independent ItemTypes with unique permissions helped us to keep the data accurate.

Right now the 2nd ItemType is linked as Relationship Tab View with Manufacturer Parts. It´s possible to edit the Form of the 2nd ItemType within the TabView, but it would be much more convenient if we could also include the relationships.

It would be helpful if we can display all the data at once. The MPart Form offers enough space for the additional information.
So this is a mockup of what I want to build (not final):

Right now I can achieve to display the main form of the 2nd ItemType in Manufacturer Parts (either Nested Form or custom html).

But I also want to include the additional edit/save/refresh buttons and the relationships. What options do we have?

1. It´s maybe possible to federate the additional relationships in MParts, but haven´t tested yet.
2. Does anyone has experience with customizing the accordion tabs? Can they be used for this tasks?
3. Or maybe make a  custom relationship rendering inside self designed html element?
4 ....?

Any hint is highly appreciated! Thanks!

Best regards

Angela

  • I am also interested in this. Either a form that can edit multiple ItemTypes or a view that can show multiple forms at once would be nice.

  • I so far haven´t found the best solution yet.

    The example in my previous image is ugly, as we have two edit buttons. For the use case above I right now load some of the data from the 2nd item on Form load. In addition I added a small link similar to a button so users can modify the 2nd itemtype quickly:

    But I still try to find a solution to merge relationship in a similar way.

    Basically I want to preserve the regular relationships. But they shall have a button were I can change the view mode. So for example it lists the content as normal, or also display files from sub-levels or connected ItemTypes. I don´t need to edit the other relationships form this position. It´s just an additional view option.

    It´s like a combination between regular relationship and tree-grid-view. But without the two relationships tabs. I want to have one relationship type with multi view options.

    One solution that works is to use a CUI button inside the relationship that opens a small pop-up that shows the additional content. But I still hope there are better ways to achive something like this.