PDSPurchInvoiceLineSplit::newPurchLine Method [AX 2012]
Creates a new PDSPurchInvoiceLineSplit instance.
client server public static PDSPurchInvoiceLineSplit newPurchLine(
PurchLine _purchLine,
InventTrans _inventTrans,
InventDim _inventDim,
PDSCalculatedUnitPrice _unitPrice)
Run On
CalledParameters
- _purchLine
- Type: PurchLine Table
The purchase order line.
- _inventTrans
- Type: InventTrans Table
The inventory transaction line.
- _inventDim
- Type: InventDim Table
The inventory dimension for the !Malformed! parameter.
- _unitPrice
- Type: PDSCalculatedUnitPrice Extended Data Type
The calculated unit price for this transaction line.
Return Value
Type: PDSPurchInvoiceLineSplit ClassA new PDSPurchInvoiceLineSplit instance that holds the specific quantities and price for the transaction line.
Show: