Share via


PurchLine.createMarkupTrans Method

Creates markup transactions for the purchase line.

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
          public void createMarkupTrans(
            PurchTable purchTable, 
           [boolean _deleteExistingMarkupTrans, 
            MarkupGroupId _markupGroupId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void createMarkupTrans(
            PurchTable purchTable, 
           [boolean _deleteExistingMarkupTrans, 
            MarkupGroupId _markupGroupId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void createMarkupTrans(PurchTable purchTable)

  Microsoft Dynamics AX 2012 (FPK)
          public void createMarkupTrans(PurchTable purchTable)

  Microsoft Dynamics AX 2012 (SYS)
          public void createMarkupTrans(PurchTable purchTable)

Run On

ClientOrServer

Parameters

  • _deleteExistingMarkupTrans
    Type: boolean
    A Boolean value that specifies whether to delete existing markup transactions; optional.

See Also

Reference

PurchLine Table