AxdLedgerGeneralJournal.afterDeserializeEntity Method [AX 2012]
Called for each record after is has been deserialized.
Syntax
public void afterDeserializeEntity(
AxInternalBase _axbc,
TableId _tableId,
str _dataSourceName)
Run On
Server
Parameters
- _axbc
Type: AxInternalBase Class
The record that has been deserialized.
- _tableId
Type: TableId Extended Data Type
The table ID of the record.
- _dataSourceName
Type: str
The data source name.
Remarks
A document class can override this method to receive a call back for each record after it has been deserialized.