• 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…
  • apply PE_createNewRevision from client method

    hello, My initial goal is to have a confirm pop up when using the action to create a new revision.(for parts) I have an action that run a simple client method like this: if(confirm("creation of new major revision")) { //here i want to launch the…
  • How to disable Promote option from the toolbar in Aras 11SP12 for custom Itemtype?

    Hello All, I need to disable the OOTB promote option available on the Item, I dont want users to use that option and promote ot even Admin users. Please let me know how to disable that option, I have seen this behaviour in Part Itemtype, let me know…
  • 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…
  • Get item_number of Change Item in PE_ChangeItemTransition

    Hi Community, does anybody know how to get the current Change Process item (basically it´s item_number, like ECO-10001) within the PE_ChangeItemTransition Method? I want to modify the private static void PromoteImpl part around line 5297. This part…