PurchRFQCaseLine.initFromPurchLine Method
The method initializes RFQ case line from purchase order line.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public void initFromPurchLine(
PurchLine _purchLine,
[boolean copyPrecisely,
boolean copyPriceDisc,
boolean copyQty,
Qty qty,
PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initFromPurchLine(
PurchLine _purchLine,
[boolean copyPrecisely,
boolean copyPriceDisc,
boolean copyQty,
Qty qty,
PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void initFromPurchLine(
PurchLine _purchLine,
[boolean copyPrecisely,
boolean copyPriceDisc,
boolean copyQty,
Qty qty,
PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 (FPK)
public void initFromPurchLine(
PurchLine _purchLine,
[boolean copyPrecisely,
boolean copyPriceDisc,
boolean copyQty,
Qty qty])
Microsoft Dynamics AX 2012 (SYS)
public void initFromPurchLine(
PurchLine _purchLine,
[boolean copyPrecisely,
boolean copyPriceDisc,
boolean copyQty,
Qty qty])
Run On
Called
Parameters
- _purchLine
Type: PurchLine Table
The purchase order line from which to initialize the record.
- copyPrecisely
Type: boolean
The dimension, inventory dimensions ID, name, external item ID and address from purchase order line.
- copyPriceDisc
Type: boolean
The discounts from purchase order line.
- copyQty
Type: boolean
The inventory dimensions ID and units from purchase order line.
- qty
Type: Qty Extended Data Type
The quantity to assign to the PurchQty field.
- _cwQty
Type: PdsCWInventQty Extended Data Type
The catch weight quantity to assign to the PdsCWQty field; optional.