Browse By Tags

  • Specific Relationship Tab Views per Item Type

    Hello, I am working on trying to setup relationship view tabs for 2 item types. They share a relationship with another item type. I would like to customize the grid that appears for each type. Example: I need to use affected item on 2 item types…
  • ECO Closed, But Workflow is in Start

    Good day all. I am new to ARAS and have been going through how our system is set up. There is a lot of customization done to the database by the previous contractor. Currently I have ECOs that have been marked as Completed, Canceled, Released, etc.…
  • How to edit an item in AML with import/export tool

    hello, i post that here as a reminder because i was not able to find information about this : <AML> <Item type="ItemType" id="0E4B48B11212429DB971*BFB026ADB97" action=" edit "> Add / Delete <allow_private_permission>1</allow_private_permission…
  • Restrict Workflow path to one Identity

    Hi, In my work flow I have a stage with several path's, one of them is called "Fast Track Approve" How can I set so that path only is valid for the CM /Admin identity? It would have been nice if Aras had possibilities to set permissions/Identities…
  • How to get previous workflow activity of workflow process path

    Hi, Do you know how to get previous (From) workflow activity of workflow process path in ARAS? We added a Post method on workflow process path and tried to access "this". But "this" contains only destination (To) activity ID. However, we are able…
  • ArasPLMモバイル承認アプリ(Aras PLM Mobile Workflow App)

    Are you forced to bring your heavy PC just for Aras workflow ? We CEGB just developed an app that can promote your Aras workflow on mobile devices. You can check your InBasket Items on your iPhone and confirm it easily. japanese English …
  • Dynamic Workflow voting

    I am using the following peice of code for dynamic voting of workflow : StringBuilder voteXml = new StringBuilder(""); voteXml.Append("<Item type=\"Activity\" action=\"EvaluateActivity\">"); voteXml.Append(" <Activity>{0}</Activity>"); voteXml.Append…
  • Update the form workflow process?

    Former Member
    Former Member
    I add a path on the workflow. How can I renew the form's new workflow? Thank you.