PurchRFQReplyLine.initFromPurchRFQLine Method
Initializes data from a PurchRFQLine record buffer to a PurchRFQReplyLine record buffer.
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 initFromPurchRFQLine(
PurchRFQLine _purchRFQLine,
[boolean _doCopy,
str callerMenuItemName])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initFromPurchRFQLine(PurchRFQLine _purchRFQLine)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void initFromPurchRFQLine(PurchRFQLine _purchRFQLine)
Microsoft Dynamics AX 2012 (FPK)
public void initFromPurchRFQLine(PurchRFQLine _purchRFQLine)
Microsoft Dynamics AX 2012 (SYS)
public void initFromPurchRFQLine(PurchRFQLine _purchRFQLine)
Run On
Called
Parameters
- _purchRFQLine
Type: PurchRFQLine Table
Passed in PurchRFQLine record buffer.
- _doCopy
Type: boolean
Determines whether or not to copy the select fields from the PurchRFQLine record buffer.
- callerMenuItemName
Type: str
Menuitem name of the caller form.