RetailSumLines::updateLineFromCopyPurch Method
Inserts a record in the RetailSumLines table if not found with the given purchase ID.
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
server public static RetailSumLines updateLineFromCopyPurch(PurchLine _purchLine, [PurchQty _addQty])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static RetailSumLines updateLineFromCopyPurch(PurchLine _purchLine, [PurchQty _addQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static RetailSumLines updateLineFromCopyPurch(PurchLine _purchLine, [PurchQty _addQty])
Run On
Server
Parameters
- _purchLine
Type: PurchLine Table
A PurchLine record.
- _addQty
Type: PurchQty Extended Data Type
The value of a purchase quantity to be added.
Return Value
Type: RetailSumLines Table
A RetailSumLines record.