Change status life cycle

Hi I created simple life cycle and it looks like this created --> in progress --> completed how can i change the status from created to in progress ? best regards
Parents
  • Hi Ahmed, Since the method doesn't update the context item, you'll need to update it with your code. For example:
    partItem= partItem.promote("in Bearbeitung","Promoted");
    Note that this is replacing partItem with the result received from the server, so any previous changes to that item that were not applied to the server may be overwritten in memory. Eli
    Eli Donahue Aras Labs Software Engineer
Reply
  • Hi Ahmed, Since the method doesn't update the context item, you'll need to update it with your code. For example:
    partItem= partItem.promote("in Bearbeitung","Promoted");
    Note that this is replacing partItem with the result received from the server, so any previous changes to that item that were not applied to the server may be overwritten in memory. Eli
    Eli Donahue Aras Labs Software Engineer
Children
No Data