ReqRequisitionsHelper.initReqTransFromRequisitionLine Method [AX 2012]

Initializes a new ReqTrans record, based on a requisition line and additional required information.

Syntax

public boolean initReqTransFromRequisitionLine(
    ReqTrans _reqTrans, 
    PurchReqLine _purchReqLine, 
   [BOMLevel _level, 
    ReqSetupDim _setupDim, 
    InventDimGroupSetup _inventDimGroupSetup])

Run On

Called

Parameters

  • _setupDim
    Type: ReqSetupDim Class
    Item coverage settings for the dimensions of the requisition line; optional.

Return Value

Type: boolean
true if initialization was successful; otherwise, false.

See Also

Reference

ReqRequisitionsHelper Class