SalesTable.createMarkupTrans Method
Creates markups for the sales order.
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([boolean _deleteExistingMarkupTrans, boolean _createTieredMarkups])
Microsoft Dynamics AX 2012 R2 (SYS)
public void createMarkupTrans([boolean _deleteExistingMarkupTrans, boolean _createTieredMarkups])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void createMarkupTrans()
Microsoft Dynamics AX 2012 (FPK)
public void createMarkupTrans()
Microsoft Dynamics AX 2012 (SYS)
public void createMarkupTrans()
Run On
ClientOrServer
Parameters
- _deleteExistingMarkupTrans
Type: boolean
Determines whether to delete existing markups before creating the new.
- _createTieredMarkups
Type: boolean
Determines whether to create tiered markups. If this parameter is true then _deleteExistingMarkupTrans will be reset to false.
In this case only existing tiered markups will be deleted before creating the new.