Share via


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

Return Value

Type: RetailSumLines Table
A RetailSumLines record.

See Also

Reference

RetailSumLines Table