Parameters tab sometimes isn´t loaded when opening a Part. Does anyone know why?

Hi community,

does anyone of you use the classic "Parameters" tab?

It´s a quite old building technique. Technically it was replaced with xProperties.
But I have one use case where this classic tab is still used today.

Some end users report that the tab sometimes don´t show up when a Part opened. But the missing tab typically appears when the same Part is opened again or if the Part is edited. It doesn´t happen very often, but often enough for people to report the issue. In the rare cases the issue occurs, the complete tab is missing.

The used Innovator version 12SP7. I wonder if this behavior is caused by the Innovator version OR any of my custom Methods that are executing when opening the Form.

Is anyone familiar with the Parameters tab and has seen this behavior before?

Parents
  • Hi Angela,

    I don't think that Parameters tab came OOTB in the 12.0 releases. Is that set as a Relationship on Part in your instance?

    My best guess would be that it is one of your custom Methods maybe setting the visibility of that tab to hidden or possibly erroring out. If you can get this to reproduce (maybe by signing in as one of the users reporting the issue in a test instance), you can take a look at the browser dev tools to see if there's any obvious error. 

Reply
  • Hi Angela,

    I don't think that Parameters tab came OOTB in the 12.0 releases. Is that set as a Relationship on Part in your instance?

    My best guess would be that it is one of your custom Methods maybe setting the visibility of that tab to hidden or possibly erroring out. If you can get this to reproduce (maybe by signing in as one of the users reporting the issue in a test instance), you can take a look at the browser dev tools to see if there's any obvious error. 

Children