Share via


ReqCalcExplodeProd::newProdTable Method [AX 2012]

Creates a new ReqCalcExplodeProd table.

Syntax

server public static ReqCalcExplodeProd newProdTable(
    ProdTable _prodTable, 
    NoYes _autoReserveCoverage, 
    NoYes deleteCoverage, 
    NoYes deleteMarking)

Run On

Server

Parameters

  • _autoReserveCoverage
    Type: NoYes Enumeration
    The value to assign to the parmAutoReserveCoverage of the new ReqCalcExplodeProd table.
  • deleteCoverage
    Type: NoYes Enumeration
    The value to assign to the parmDeleteCoverage of the new ReqCalcExplodeProd table.
  • deleteMarking
    Type: NoYes Enumeration
    The value to assign to the parmDeleteMarking of the new ReqCalcExplodeProd table.

Return Value

Type: ReqCalcExplodeProd Class
A new ReqCalcExplodeProd table.

See Also

Reference

ReqCalcExplodeProd Class