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.
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
- _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 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).