RetailSumLines::updateLineFromPurch Method
Updates sum line records from the purchase line record.
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 LineNum updateLineFromPurch(
PurchLine _tPurchLine,
[boolean _bCreate,
RetailSumLines _tfshSumLines])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static LineNum updateLineFromPurch(
PurchLine _tPurchLine,
[boolean _bCreate,
RetailSumLines _tfshSumLines])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static LineNum updateLineFromPurch(PurchLine _tPurchLine, [boolean _bCreate])
Run On
Server
Parameters
- _tPurchLine
Type: PurchLine Table
An instance of PurchLine table.
- _bCreate
Type: boolean
Boolean value which indicates whether to insert the record; optional.
- _tfshSumLines
Type: RetailSumLines Table
An instance of RetailsSumLines table; optional.
Return Value
Type: LineNum Extended Data Type
Line number of the sum lines record.