Browse By Tags

  • How to hide/show columns of relationship on OnFormPopulate event

    Hi All, I am trying to hide some of the columns from the relationship based on parent property value, I have tried below code: parent.findCurrentRelationshipsTab().grid.setColumnVisible(ColumnIndex, false, 150); however, this is working when…
  • How can I prevent that users accidentally close an element in the tab bar? (TOC View with Form)

    Hi community, I right now work on a MES scenario were I use a TOC View as interface for end users. For some specific use cases (parallel work) I allow that user use multiple instances of the same TOC View in parallel. As user may work with a couple…
  • Trigger Client Method on Relationship Replace

    I have a client method defined to be triggered on an OnInsertRow event for the Part BOM relationship type. This method is not triggered when the user performs a Part BOM replace. The most likely reason for this is, when handling the replace Innovator…
  • CUI third accordions - Can we display items from next relationship level?

    Hi community, I am playing around with "3rd accordions" which can be configured with CUI in the newer Aras version (12SP9+). So far I was able to display regular item data like related "Documents" in my 3rd accordion. Just as described in this blog…
  • Displaying a Tab based on classification via CUI (refresh tabs?)

    Hi Community, Hoping you can help me out with this one. I have an item type with a few relationships that are hidden, but revealed with CUI based on the classification. As I have seen in other threads, and my own observations, this applied only when…
  • How to add a new tab in #formTab?

    In Aras 12 the UI looks like this. There always is only one tab (here "CAD Document"), which display the Form associated to that ItemType. How could I add more tabs there? And associated other forms of that ItemType to it?
  • 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…
  • Update Parent Item when Relationships Tab is Changed

    Good day all, I have ItemType sm_ITA with a Relationship of sm_ITA_Assignment. sm_ITA_Assignment (Assignments) is not related to another ItemType. When an Assignment is added or deleted I need the sm_license_count property of the parent sm_ITA to be…