ProdUpdHistoricalCost.run Method [AX 2012]

Starts the end of production order.

public void run()

Run On

Server

Before the method is started, parameters should be set up by using the newParmBuffer method.

void endProduction(ProdParmHistoricalCost _prodParmHistoricalCost) 
{ 
    ProdUpdHistoricalCost prodUpdHistoricalCost =  
        ProdUpdHistoricalCost::newParmBuffer(_prodParmHistoricalCost); 
 
    prodUpdHistoricalCost.run();  
}

Community Additions

ADD
Show: