SysOperationController.initializeParameters Method [AX 2012]
Called after parameters are initialized by the framework.
Syntax
protected void initializeParameters(boolean _calledFromInitParmDefault)
Run On
Called
Parameters
- _calledFromInitParmDefault
Type: boolean
A Boolean value that indicates whether the contracts are not loaded from the SysLastValuetable.
Exceptions
Exception | Condition |
---|---|
Error | The unpacking of the container failed. |
Remarks
Derived controllers can override this method to initialize parameters.