• 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…
  • Browse the versions of an item

    Hi everyone , I'm currently trying to implement a C# method that should be able to browse all the versions of a Part Item , thus we can read the states of the different versions and promote them . but the problem is that I don't know how to…
  • 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…