ReqRequisitionsHelper.reqTransForRequisitionLine Method [AX 2012]
Initializes a new ReqTrans record, based on a requisition line and additional required information.
public ReqTrans reqTransForRequisitionLine(
PurchReqLine _purchReqLine,
[BOMLevel _level,
ReqSetupDim _setupDim,
InventDimGroupSetup _inventDimGroupSetup])
Run On
CalledParameters
- _purchReqLine
- Type: PurchReqLine Table
The requisition line record.
- _level
- Type: BOMLevel Extended Data Type
The BOM level of the item; optional.
- _setupDim
- Type: ReqSetupDim Class
Item coverage settings for the dimensions of the requisition line; optional.
- _inventDimGroupSetup
- Type: InventDimGroupSetup Class
Item dimension setup information; optional.
Return Value
Type: ReqTrans TableAn 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).
Community Additions
ADD
Show: