Browse By Tags

  • Selected Index type properties are not displayed/added in the Enterprise search

    Former Member
    Former Member
    Hello, Apart from default search properties we added few other properties of an Item type in the enterprise search Indexed type properties but these properties are not displayed in the search. Some of these properties are Items from different Item…
  • Get beforeupdate Relationships value from parent item

    there is a item name -Part and it has relation -Part_relation there are a date field and name field in Part_relation when user update , I want to check the field'value Cannot be earlier than Today When encountering an error, I will return inn…
  • How can I hide some columns in relationship grid base on the some rule of parent item type

    I need to hide some columns in relationship grid base on the some rules of parent item type when form on populated. Is it possible?
  • Relation and versioning

    Hi, I have an ItemType STUDY with a property (type=Item) pointing on an ItemType CONTEXT. The CONTEXT is versionable and has a simple lifecycle WIP => REL. I would like that: When the relation is created, the STUDY is pointing on the last version…
  • Update Part Document Relationship

    Hi, I'm trying to update PART DOCUMENT relationship but facing issue: AML: <AML> <Item type="Part Document" action="edit" where="[Part_Document].id='C080331098D24F00B635418D823D97AC'"> <related_id>AFF14CBFFD074494B00E3D247D8D11FE</related_id> <…
  • Search on "locked" status not available in relationship view

    Hi, As you can see in the following screen capture, an ItemType (in fact, a relationship with NULL related ) can be filtered on "locked" status when displayed from global table: But, when the same ItemType is displayed from a relationship view…
  • relationshipType api rest

    Former Member
    Former Member
    Hi community, I'm trying to get the list of all the relationshipTypes of an ItemType thanks to the REST API. Is this possible ? Thanks for any help ! Arnaud
  • 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: …