This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
Dynamics AX 2012
|
|
|
|
|
|
|
This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
To respond in a form to change the edit mode, you can see the task () - Override method of the form as follows:
public int task(int _taskId) { int ret; #Task ret = super(_taskId); switch(_taskId) { case #taskEditRecord: …doSomething… break; } return ret; }To get the current edit mode you may use the following method: