RetailSumLines::createLineFromPurch Method
Inserts a record in the RetailSumLines table.
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 createLineFromPurch(PurchLine _tPurchLine)
Microsoft Dynamics AX 2012 R2 (SYS)
server public static RetailSumLines createLineFromPurch(PurchLine _tPurchLine)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static RetailSumLines createLineFromPurch(PurchLine _tPurchLine)
Run On
Server
Parameters
- _tPurchLine
Type: PurchLine Table
A PurchLine record.
Return Value
Type: RetailSumLines Table
A RetailSumLines record.