IndirectTaxInquiry_IN.insertIntoMarkupTrans Method [AX 2012]
Inserts a markup transaction.
Syntax
public void insertIntoMarkupTrans(
TableId _transTableId,
RecId _transRecId,
TableId _tmpTableId,
RecId _tmpRecId)
Run On
Server
Parameters
- _transTableId
Type: TableId Extended Data Type
The table ID of the transaction.
- _transRecId
Type: RecId Extended Data Type
The record ID of the transaction.
- _tmpTableId
Type: TableId Extended Data Type
The table ID of the transaction.
- _tmpRecId
Type: RecId Extended Data Type
The record ID of the transaction.