Forum Discussion

AngelaIp's avatar
AngelaIp
Ideator I
7 years ago
Solved

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 sta...
  • AngelaIp's avatar
    7 years ago

    Solved it. It´s possible to add an additional variable to private static void PromoteImpl. Within the various promotions we can than use the existing Number variable, as this one will contain the item_number of our change item.