• 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…
  • 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…