Browse By Tags

  • How to create dynamic dropdown list in relationship grid property

    Hi Team, How to create dynamic dropdown list in relationship grid property ? Note: I have parent form with Student details, in relationship grid I have property of subjects. After inserting new row, In the relationship grid the subject property OnEditStart…
  • How to Run already existing Action from a relationship

    I have this action which runs fine on an itemtype1, I want to use the same action to be triggered when i am on another itemtype2 but itemtype1 is in a relationship. Currently im getting an error when i click that action from the relationship,
  • How can I get the entire list of Item Types by using the RESTful API?

    Hello guys! I'm working in an implementation in which I need to get the list of item types that are available in the Aras application and if possible with their relations, but for my case I need to get this list through the REST API. I also need to…
  • Aras REST API - How do you navigate / create a BOM Structure using the REST API?

    Hello Aras Community Members Does the ARAS REST API allow you to navigate the BOM structure, starting with a Part? For example, if I have a BOM structure as shown below, I would like to start with any Part in the structure and navigate down the BOM…
  • How to store properties on Relationship in ARAS?

    I need to store properties like for example - set attribute and it's value on Relationship as we do in 3DExperience. Is this possible in ARAS. If there is any way to store properties on Relationships please pass information in comments. Thanks
  • Populate the WBS Elements for corresponding Activities2 in a project

    <AML> <Item type="WBS Activity2" action="get" select="name" where="WBS_Activity2.related_id IN (SELECT id FROM INNOVATOR.select_activities('9CB5E2CBBBDB1728B01882'))"> <Relationships> <Item type="Activity2" action="get" select="related_id(name)…
  • Fixed vs hard fixed difference

    whats the difference between fixed and hard fixed relatioship
  • Export Relationships to Import to Another ItemType

    Good day all. I would like to export all of the Relationship info from one ItemType so I can import it to another ItemType. Currently our database is configured so the Parts List (BOM) is a document and not part of the Part, both are custom ItemTypes…