• Workflow Assignment - provide 2 assignments based on property

    I have a workflow map defined with several activities. And I have an itemtype "XYZ" where on the item form I have an boolean property "ABC". Condition is, if the ABC property on the item form is check marked then the 2 activities on the workflow map should…
  • Can a Workflow Map be triggered from an OOTB Action in Aras Innovator 35?

    Hello everyone, I'm David Sierra, PLM consultant and developer at T-Systems Iberia, with a background primarily in Teamcenter. I'm currently working on an Aras Innovator 35 implementation for a client, and I have a question I’d like to ask the community…
  • The statement terminated. The maximum recursion 100 has been exhausted before statement completion.

    Version : 11.0 SP5; Buld : 6296 As an admin, I have tried to assign my colleague by giving him by While identity update Add him a new identity as below " All Employee" Add him with Solidworks integration " Solidworks User" While saving after…
  • Aras - ECO Impact Matrix - Email body additional fields mapping

    Hello Aras experts, I am currently working on customizing the Aras ECO e-Mail settings. Currently, the workflow triggers fields such as Activity, Instructions, Eco number, and Title in the email content. However, I've received a request from our business…
  • Feature licenses error when activate

    We are using a stand-alone server currently until we get ARAS fully stood up, then we will go live. We received the feature license keys and went to activate feature key but we keep receiving the pictured error below. It also pops up upon entering our…
  • "Aras.Server.Core.ItemNotFoundException" When transitioning from "In Work" to "Preliminary" with ECO Express's WF Activity

    Hi Community I'm having an issue and I'm hoping the community can help me solve it! In normal ECO Express WF of the Creator's operation goes to " Start--> Preliminary --> In Work" ,but what I'm trying to do is " In Work --> Preliminary" In other words…
  • "ItemIsLockedException" When Creating an ItemType Object

    Hi Aras Community, I'm having an issue and I'm hoping the community can help me solve it! I'm running into a an issue when creating a relationship on an ItemType with a workflow. I'm unable to create/save my new ItemType while getting an arbitrary error…
  • Is it possible to associate two or more workflows to the same Item type ?

    Hi I am new to Aras. My question is: Is it possible to associate two or more workflows to the same Item Type? At the time of initiating the workflow, how one can pick one of the several workflows? Secondly, using code is it possible to pause…
  • 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…
  • 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…
  • 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…
  • Set a customized user in workflow history

    Former Member
    Former Member
    Hi, I want to set a specific user in workflow history report. Consider I've Part item which have 3 states A,B and C. Usually the signoff from B->C is done by X always but I want to set it to Z in workflow history report. Can I know how it is possible…
  • Log changes made by Batchloader on part history

    Former Member
    Former Member
    Hi. When I create and then release an ECN, I can see some descriptions and comments if I go to Views/History. However, I would like to find a way to also add some description on the History of the part when I use the batchloader to update any part properties…
  • ECO simpllification

    Hi, I simplified the Express ECO workflow. start-->submit-->draft changes-->review-->close change I am using the Express ECO lifecycle : new--> in planning--> in work -->in review--> released there is no problem for parts from Preliminary…
  • Error for the New Workflow for Components

    Hi, I would like to simplify the Express ECO workflow for "component" classification Parts. I created a new Express ECO workflow by saving as the original. I am using an internal method to get different workflows for different classifications. So…
  • Rework Path for Parallel Activity

    Hi, I have a Workflow with automatic activity that enables 5 parallel activity. If one activity assignee select Rework path, how can I restrict other activity assignee to vote ? In other words, out of that 5 parallel activity, if one goes to rework…
  • ECO Workflow tasks according to Project Item type

    Hi, I want to relate Express ECO with Project Item type. I will define the Review assignment for Project Manager. Then the workflow task is created for Jack (Project Manager of A Project), or for Mary (Project Manager of B Project). How can I…
  • Getting Error while voting ECN

    I am using Aras Innovator Version 11.0 SP14 While vote of ECN workflow I got below error message. Any solution for this issue? Regards, Maddy
  • Dynamic Workflow for DCO

    Hi, I want to have multiple workflows for different DCO subclasses. I've seen a code here but I can not work with it. the code is : switch (classification) { case "DCO I": wflMapName = "Express DCO-I"; break; case "DCO II": wflMapName…
  • How to multiple DCOs

    Hi, is it possible to have multiple DCOs? Because we want to have a different workflow for different documents. How to do this? thanks,
  • In Basket Promotion giving Not a Single Item Error

    Hi Team I'm getting one weird error when performing sign off. When I try to do Sign Off, getting Not a Single Item error only one state. I'm able to do Sign Off in other state of the Workflow. No server events or life cycle events attached to that…
  • Promotion Error

    Hi Team I'm getting "No Promotion Available" error when trying to do Sign Off. Server method is attached to Workflow and On Activate of the Sign Off. Method is trying to promote the ECO state to Work in Progress from Start. I have required access…
  • Ondue

    Hi, I have a doubt. There are two methods that we must program in the innovatorServer service that runs on the server side: Send Email Reminders: used to execute reminders (onReminders) Check Escalations: this is to execute the scaled activities.…
  • Work Item - Onclick - Inbasket

    Hi all... I have small doubt regarding work item or Workflow Task (At Inbasket). Using WF ,Lifecycle and ItemType.................. One Document is submitted  for a review. Now, the document state is "Submitted" Until the Workflow task clicked on…