Expand Minimize
This topic has not yet been rated - Rate this topic

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

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.

A document class can override this method to receive a call back for each record after it has been deserialized.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.