This documentation is archived and is not being maintained.
ProdUpdHistoricalCost.run Method [AX 2012]
Starts the end of production order.
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();
}