How can I click TOC menu to open list directly

Hi  Community,

I want to directly open the data list after clicking on the menu. So I change TOC access to TOC View, but it will disable something function, just like refresh date list after add or update or delete.

Is there other way to achieve, except using TOC view.

By the way, how can I increase TOC content width,because I can`t see the full menu name which text too long.

Parents
  • Hi Joker,

    I am not sure if you (or me) mix things up a little. A TOC view is intended to display single (!) forms or applications. It cannot be used to replace the standard grid.

    You can directly open the data grid by clicking on the small magnifying glass. I might be possible to overwrite the default behavior when you click on some of the TOC entries to by-pass the secondary window, but I would not recommend this change.

    But at least you should be able to change the default size of the aras-naviagon-panel in the codetree. Just take a look at main.css/main.css.min. 

    As you use Innovator 12, this stylesheet should do the job:

    .aras-navigation-panel {
    ....
       width: 22rem;   <-- increase this value
    }

    Maybe adjust the stylesheet in the browser debugger first to find the best width. And document this change, cause it´s a codetree modification that will be overwritten on update.

    Angela

  • Hi AngelaIp, thanks a lot for your answer. I learned how to adjust TOC width.

    For the first question, I  agree with your recommand, because the secondary window is very useful. Based on my current way(set TOC View for Itemtype), it will disable the secondary window (and related funtion, my favorite, etc).

    But we would prefer to open the data grid than the secondary window when click menu text. We are accustomed to click on text because it is easy to do. The samll magnifying glass is a bit hidden and too small to click it. We usually like to directly open the menu to browse the latest data(we have customized for this). So how can I exchange their behavior:

    chick memu context  -->  open data grid

    click the small magnifying glass  -->  open the secondary window

    Is there any other way besides this one in order to meet user needs while retaining the secondary window?

    Thanks very much.

Reply
  • Hi AngelaIp, thanks a lot for your answer. I learned how to adjust TOC width.

    For the first question, I  agree with your recommand, because the secondary window is very useful. Based on my current way(set TOC View for Itemtype), it will disable the secondary window (and related funtion, my favorite, etc).

    But we would prefer to open the data grid than the secondary window when click menu text. We are accustomed to click on text because it is easy to do. The samll magnifying glass is a bit hidden and too small to click it. We usually like to directly open the menu to browse the latest data(we have customized for this). So how can I exchange their behavior:

    chick memu context  -->  open data grid

    click the small magnifying glass  -->  open the secondary window

    Is there any other way besides this one in order to meet user needs while retaining the secondary window?

    Thanks very much.

Children
No Data