Published

Hide Tabs


Demonstrates how to hide specific tabs on a tear-off form.

Author: Eli Donahue

Organization: Aras Labs - Aras Corporation

Project URL: https://github.com/ArasLabs/hide-tabs

Parents
  • Hi Eli,

    Is it possible just to handle programatically the relationships window - maximize, minimize, collapse - ? This approach can be usefull in certain scenarios and apparently shhould be easier to develop.

    Thanks!!

    Jose Manue

  • That's a great idea, Jose. I think I've worked on something similar in the past (a looong time ago!). I do have a couple questions for you:

    Are you looking for something you can use in Aras Innovator 11 or 12? Due to the UX/UI enhancements in Innovator 12, I don't think there's a single solution that would work for both. However, maybe we could put together a project that's a collection of samples.

    What events do you need to trigger the collapse/minimize/maximize? Ex: form events (when form loads), field events (a certain field is edited or a classification picked), custom events (user clicks an element in a custom HTML field)

  • Thank You Eli, Currently I am working on a project with innovator 11 SP15 and plan go to production 11SP15.

    Regarding the events the behavior I am looking for is as follows:

    - When user first add a part a simplified Part form is displayed so the user has to select classification, at this momemt I want to hide the relationships by minimizing the relationships grid. Once the part is saved the standard form will be displayed.

    For other cases the hide show tabs aproach is enough.

    Would be good to put a project together.

    -

Comment
  • Thank You Eli, Currently I am working on a project with innovator 11 SP15 and plan go to production 11SP15.

    Regarding the events the behavior I am looking for is as follows:

    - When user first add a part a simplified Part form is displayed so the user has to select classification, at this momemt I want to hide the relationships by minimizing the relationships grid. Once the part is saved the standard form will be displayed.

    For other cases the hide show tabs aproach is enough.

    Would be good to put a project together.

    -

Children