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
- purchTable
Type: PurchTable Table
A buffer of the PurchTable table.
- _deleteExistingMarkupTrans
Type: boolean
A Boolean value that specifies whether to delete existing markup transactions; optional.
- _markupGroupId
Type: MarkupGroupId Extended Data Type
A MarkupGroupId type specifing the markup group ID; optional.