AxdBase.afterDeserializeEntity Method [AX 2012]
Called for each record after is has been deserialized.
public void afterDeserializeEntity(
AxInternalBase _axbc,
TableId _tableId,
str _dataSourceName)
Run On
ServerParameters
- _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.