ReqBOMCreate::newReqTrans Method [AX 2012]

Initializes a new instance of the ReqBOMCreate class.

server public static ReqBOMCreate newReqTrans(
    ReqTrans _reqTrans, 
    ReqPO _reqPO, 
   [ReqPlanData _reqPlanData, 
    ReqTrans _issue])

Run On

Server

Parameters

_reqTrans
Type: ReqTrans Table
A ReqTrans record that is the starting point for the BOM explosion.
_reqPO
Type: ReqPO Table
A ReqPO record that represents a planned order.
_reqPlanData
Type: ReqPlanData Class
A ReqPlanData object that holds master scheduling settings; optional.
_issue
Type: ReqTrans Table

Return Value

Type: ReqBOMCreate Class
A new instance of the ReqBOMCreate class.
Show: