AxdBaseCreate.pushNewElementOnStack Method [AX 2012]
Pushes a new instance of the AxInternalBase class, corresponding to the table identified by the class variable named tableID, onto the stack.
Syntax
protected void pushNewElementOnStack(
AxMapPolicy _mapPolicy,
TableId _tableId,
[Common _common])
Run On
Server
Parameters
- _mapPolicy
Type: AxMapPolicy Class
A map policy specifying what value mapping to perform.
- _tableId
Type: TableId Extended Data Type
- _common
Type: Common Table
Remarks
This protected method is internal to the AxdBaseCreate class, and is intended to be called only from the AxdBaseCreate.deserializeDocument Method.