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