• Creating new items via aras.uiShowItemEx doesn´t add LifeCycle data especially for versioned ItemTypes. How to fix?

    Hi community, I have a couple of ItemTypes with a custom LifeCycle. Sometimes when users promote an item to change the "state", the Form will not be updated and will not show the updated data. In this case users always had to click the refresh button…
  • Bringing items in through AML package as 'Released'

    Hello all, I am working on importing custom itemtypes to load via AML package as part of new builds. Due to how a customized contextual window displays these items, I need the items to be in a 'Released' state when they are brought in. (The window will…
  • What is the best way to validate whether an item has a parent?

    I'm trying to send an email on promotion to "Released" of Parts when a couple of criteria are met, the parts being of a certain custom classification we've added, and them not being used in another BOM anywhere (i.e. they're top-level Parts being released…
  • Find Associated Life Cycle

    Good day all. How do I find the Life Cycle that is associated with an item? I have a lot of parts that are of ItemType s_Part. The Life Cycle associated to this ItemType is different than the one that is associated with a lot of these parts. I would like…
  • Lifecycle/Workflow Promotion Issue

    Good day all. We are using v11 SP10. I have six DCNs (not OOTB) that were promoted to AUC from Final Review without one of the reviewers voting. According to the history, one of the reviewers promoted to the DCNs. I don't understand how this happened…
  • LifeCycle Get History Comment -> Can we retrieve the user input on runtime?

    Hi Community, I have a short question regarding the 'Prompt History Comment' feature that we can use in LIfeCycles. When we choose "Get Comment = 1" for a LifeCycle Transition, the end user will be asked with a dialog to add some notes why the lifecycle…
  • Show form on promote

    Hi, Usecase is as follows need to validate field on promote if case of failure need to popup form(existing) and capture user input. for validation, i tried with pre server method on lifecycle but popping up form not possible from server method.…
  • PSW lifecycle state promotions

    Hello, How is the lifecycle promotions for the part submission warrant set up out of the box? I can see that there's a "PPAP Lifecycle" r the PSW. Is it connected to any of the OOTB change management items or are you meant to manually promote the PSW…
  • 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…
  • How to get comment from LifeCycle promotion in Pre server method?

    Hi all, I want to obtain user comment from Lifecycle promotion when user promotes item to next state. Idea is that Pre method on LifeCycle captures comment and if comment is empty, method prevents promotion. I would appriciate it if someone knows the…
  • Auto Workflow Assignment - Defined Identity in ECR Item

    I have reviewed the 'Auto Workflow Assignment' lab. I wish to model the following scenario: 1. Add a mandatory 'ECR Coordinator' property to the ECR ItemType and ECR Form. The ECR creator selects the User that will coordinate the processing of the…
  • Workflow and Lifecycle - restricting manual promotion of life cycle states.

    Hi I have a workflow and lifecye defined for an item type. Say if the current workflow task is "start" - my life cycle of the item is promoted from "Draft" to "Active". However before voting the user is able to manually promote the lifecycle from…
  • Send email from Lifecycle State

    Hello Experts, I am trying to set the email notification on Life cycle state of an Item. I want to send the information of the item in the email body. In the notification template i am trying to write the query string to get the information of item…
  • Changing the lifecycle status on Reject path.

    Former Member
    Former Member
    Hi, In an workflow activity two paths are there like 1) Approved 2) Rejected. In “Approved” path I configured as a “On Close” event. Then based on the event status the lifecycle is changing from one status to another status. But In “Rejected” path…
  • Lifecycle state changes back to the first step after close

    Former Member
    Former Member
    Hi, In my workflow , in the last state I promote my lifecycle to close, but after completing that task, under State I can see the first step of life cycle shown although I am on the last stage of WF. For example LF : New--> In Work --> Closed In WF…
  • Lifecycle promote Lock error

    Former Member
    Former Member
    I have a problem with promoting a lifecycle When I try to promote the lifecycle from Workflow from start to the next step I get the item locked error. The workflow is defined as default . Any idea where I have to look or check ?
  • Return error at LifeCycle Transition Pre Server method

    Hello community, I attached a server method at LifeCycle Transition - Pre Server method. That method will check some condition. and return error item if the condition is not satisfied. My code is like the following. Innovator myInnovator = this…