AxdBaseCreate.init Method [AX 2012]

Initializes class variables.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          protected void init([boolean _isUpdateOperation])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void init([boolean _isUpdateOperation])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void init()

  Microsoft Dynamics AX 2012 (FPK)
          protected void init()

  Microsoft Dynamics AX 2012 (SYS)
          protected void init()

Run On

Server

Parameters

_isUpdateOperation
Type: boolean

This protected method is internal to the AxdBaseCreate class, and is intended to be called only from the AxdBaseCreate.createDocument Method.

Community Additions

ADD
Show: