• 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…
  • 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…
  • 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…
  • Lifecycle state changes back to the first step after close

    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…
  • 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…