LedgerConsolidate::updateHistRef Method [AX 2012]

Updates LedgerConsolidateHistRef record with the specified consolidation activity history record ID, transaction's record ID, and table ID.

server public static void updateHistRef(
    RecId _ledgerConsolidateHistRecId, 
    TableId _transTableId, 
    RecId _transRecId)

Run On

Server

Parameters

_ledgerConsolidateHistRecId
Type: RecId Extended Data Type
The consolidation activity history record ID.
_transTableId
Type: TableId Extended Data Type
The consolidation transaction table ID.
_transRecId
Type: RecId Extended Data Type
The consolidation transaction record ID.
Show: