New or Add from Relationship Tab without Locking Parent

Hello All,

Working in context of a Project, but could be applied elsewhere.  I need to have the ability to relate (via new or existing Items) against the Project.  The Relationship view provides this ability, but only when the parent item is locked for editing.  I want to remove that restriction in terms of locking the parent for editing.

Is there a good way to do this?  In other words...  don't have to hit edit, but unlock the grid and buttons circled in green.

Our users are most familiar with the context of things being in a project, so I'd like to maintain the use of the relationship view if possible.

Thanks!

Parents
  • Hi Jeff,

    Congrats! You discovered one of the main missing features in Innovator!

    There are many custom solutions possible, but they depend on the use case.

    I assume:

    1. ...you want to be able to add "more than one" risk. So you need some kind of grid?
    2. ...you still want to have control "who" adds a risk
    3. ...users shall add the Risk while being "inside" of your project

    Depending on the above to assumptions the following would work: (if above is wrong, other solutions are possible and preferred...)

    Most simple would be using regular custom 'Actions' that allow users to add the relationships outside regular edit. Most easy to build, but breaks the way people are used to edit. You can make an Action that calls a Search dialog, and second one that simply removes an entry.

    More beautiful variant: Replace the shown buttons via CUI with custom ones. So you can style buttons that just look the original, but with your own logic.

    Other variant: Instead of using the regular grid, use a relationship form view. Here you can still render your items as a grid, but can assign all kind of custom logic. I often use this variant, when I just want to connect to "one" item.

Reply
  • Hi Jeff,

    Congrats! You discovered one of the main missing features in Innovator!

    There are many custom solutions possible, but they depend on the use case.

    I assume:

    1. ...you want to be able to add "more than one" risk. So you need some kind of grid?
    2. ...you still want to have control "who" adds a risk
    3. ...users shall add the Risk while being "inside" of your project

    Depending on the above to assumptions the following would work: (if above is wrong, other solutions are possible and preferred...)

    Most simple would be using regular custom 'Actions' that allow users to add the relationships outside regular edit. Most easy to build, but breaks the way people are used to edit. You can make an Action that calls a Search dialog, and second one that simply removes an entry.

    More beautiful variant: Replace the shown buttons via CUI with custom ones. So you can style buttons that just look the original, but with your own logic.

    Other variant: Instead of using the regular grid, use a relationship form view. Here you can still render your items as a grid, but can assign all kind of custom logic. I often use this variant, when I just want to connect to "one" item.

Children