Browse By Tags

  • Need to Hide few Columns in Part relationship BOM Tab

    Hello Aras Experts, I have a business requirement related to the BOM (Bill of Materials) tab. In my current scenario, there is a need to hide specific columns, illustrated by the black-highlighted sections in the attached screenshot. Typically, to…
  • 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…
  • 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…
  • How to refresh or reload the relationship tab

    Hi, All. I have a Itemtype (source) named DocApply. DocApply has a relationship called DocApply_deplist which connects DocApply to DocApply_dep (related). I added an onchange event to DocApply's property (no) to bring the related data to DocApply_dep…
  • Hide Relationship Tabs based on Parent Classification Type

    Hi All, Use case : On Part Item , based on the classification Type selected , the Part BoM relationship tab should be Hidden/Made Visible. I know it is now possible to hide tabs without using any custom code with the help of CUI , Refer :…
  • Stop text input for item property in relationship grid

    Hello, Is it possible to stop users from selecting an item for a item property using text input in something like the part number property of the product model relationship item? I've added a filter to the OnSearchDialog event of the property to limit…
  • Get tab labels of visible relationships in a Form

    Hi Community, does anybody know a simple way to get the tab labels of the visible relationships in a Form? I know that we can use the following code: --> var tabbar = parent.relationships.relTabbar; But this one will return an array of all relationships…