ProdUpdStartUp.run Method [AX 2012]

Runs the start of a production order.

public void run()

Run On

Server

Before the method is run, the start parameters should be set up by using one of the following methods:

  • The newParmBuffer method.

  • The newProdId method.

  • The initParmBufferFromRepFin method.

void startProduction(ProdParmStartUp _prodParmStartUp) 
{ 
    ProdUpdStartUp  prodUpdStartUp; 
 
    prodUpdStartUp = ProdUpdStartUp::newParmBuffer(_prodParmStartUp); 
    prodUpdStartUp.run(); 
}

Community Additions

ADD
Show: