Share via


ReqRequisitionsHelper.reqTransForRequisitionLine Method [AX 2012]

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

Syntax

public ReqTrans reqTransForRequisitionLine(
    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: ReqTrans Table
An initialized ReqTrans record that is based on a requisition line if all the required information is valid; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

ReqRequisitionsHelper Class