• Link in children's Item Type view to the parent's Item Type view

    Hello everyone, Try explain, my scenario: I have the Item Types related: 1° Item type Authorization. 2° Item type AuthorizationTittle. 3° Item type AuthorizationTittleRelation (only to related). I need add a link or buton in AuthorizationTittle…
  • 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…
  • What is the best way to validate whether an item has a parent?

    I'm trying to send an email on promotion to "Released" of Parts when a couple of criteria are met, the parts being of a certain custom classification we've added, and them not being used in another BOM anywhere (i.e. they're top-level Parts being released…
  • update a part's extended property through the iom

    hello, i have been able to update the extended property of a part through aml but i'm looking fo a sample code to understand how to do it with iom(innovator object model) thanks, Lucas
  • Override “Where Used” as “Structure Browser” method

    Is it possible to override “Where Used” method in the same way you can override the “Structure Browser” method?
  • Hiding/showing columns in relationship grid based on field values

    How can I hide/show columns in the relationship grid based on the changes in the dropdown box of the parent form?
  • Usage of the Where Condition in the Query Builder

    Dear Aras Community, I have a problem with the following scenarion: I have an ItemType A an ItemType B and a Relationship ItemType BA from B to A. Now I have Item B1 related to A1 and A2 with the Relationships BA1 and BA2, like following: …
  • Can't create BOM with multiple parts through method

    Hello, I'm having problems creating part relationships through a method. I have an array of arrays containing data that I want to use to generate a number of parts and their BOM relationships. The parts are being created properly but when i try to generate…
  • How to get related_option property value on "OnInsertRow" event

    Hi All, I want to get related_option property value on "OnInsertRow" event. How I can achieve this? Regards, Maddy.
  • How to set related item property having datatype as Item?

    Hi, I want to set related Item property( owned_by_id ) of Itemtype dynamically on grid "OnIsertRow" event . I tried using following syntax var set_property = setRelatedItemProperty(relationshipID, "owned_by_id", "48BB4278F78C4D52872036D77EF5812F…
  • Getting an item property in onChangedCell from a recently created relationship vs existing relationship

    I'm running a method on the property event "onChangedCell". When the method is called on a newly created related item, the following statement successfully get's the property: var my_item = parent.item.querySelector("#" + relatedID); var my_property…
  • How can I populate a new item using parent item properties?

    I have a scenario where when a user is adding a relationship to an item I need to populate the new item with information that is dependent on the source item. Example: A user has Part "5555" open then while in the Documents tab the user clicks the …
  • Setting related Item to null relationship

    How do I set related Item to null relationship on the onAfterEvent of the relationship ?
  • Adding a related item to a null relationship on onAfterAdd Event of the relationship.

    Hi, I have a relationship defined between two item types say part and document and the relationship options available on the form are "No related" and "Create Only" I have a scenario such that when "no related" option is selected and I populate the property…