RetailSumLines.initFromPurchLine Method
Initialises the item and purchase details from purchase 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 boolean initFromPurchLine(PurchLine _tPurchLine)
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean initFromPurchLine(PurchLine _tPurchLine)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void initFromPurchLine(PurchLine _tPurchLine)
Run On
Called
Parameters
- _tPurchLine
Type: PurchLine Table
An instance of PurchLine table.
Return Value
Type: boolean
true if the RetailSumLines table buffer has been changed; otherwise, false.