This documentation is archived and is not being maintained.
ProdUpdStartUp.run Method [AX 2012]
Runs the start of a production order.
Before the method is run, the start parameters should be set up by using one of the following methods:
void startProduction(ProdParmStartUp _prodParmStartUp)
{
ProdUpdStartUp prodUpdStartUp;
prodUpdStartUp = ProdUpdStartUp::newParmBuffer(_prodParmStartUp);
prodUpdStartUp.run();
}