RetailSumLines::deleteLineFromPurch Method
Updates or deletes a record from 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 void deleteLineFromPurch(PurchLine _tPurchLine)
Microsoft Dynamics AX 2012 R2 (SYS)
server public static void deleteLineFromPurch(PurchLine _tPurchLine)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static void deleteLineFromPurch(PurchLine _tPurchLine)
Run On
Server
Parameters
- _tPurchLine
Type: PurchLine Table
A PurchLine record.
Remarks
This method updates the sum lines record if a purchase quantity is present; otherwise, it deletes the record.