TmpTaxReport_IT.initFromTableIdRecId Method
Initializes the TmpTaxReport_IT buffer from the selected record.
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 initFromTableIdRecId(TableId _tableId, RecId _recId)
Microsoft Dynamics AX 2012 R2 (SYS)
public void initFromTableIdRecId(TableId _tableId, RecId _recId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private void initFromTableIdRecId(TableId _tableId, RecId _recId)
Microsoft Dynamics AX 2012 (FPK)
private void initFromTableIdRecId(TableId _tableId, RecId _recId)
Microsoft Dynamics AX 2012 (SYS)
private void initFromTableIdRecId(TableId _tableId, RecId _recId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID of the table from which to initialize the buffer.
- _recId
Type: RecId Extended Data Type
The record ID of the record from which to initialize the buffer.