Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new ReqCalcExplodeProd table.
Syntax
server public static ReqCalcExplodeProd newProdTable(
ProdTable _prodTable,
NoYes _autoReserveCoverage,
NoYes deleteCoverage,
NoYes deleteMarking)
Run On
Server
Parameters
- _prodTable
Type: ProdTable Table
The production table to use.
- _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.