I was wondering if it's possible to check a StringEdit-field after the user has leaved this field in MS Dynamics AX 2009.
for example:
I have a field called cliHouseNumber, and I want to check if the user has leaved this.
|
I was wondering if it's possible to check a StringEdit-field after the user has leaved this field in MS Dynamics AX 2009. for example: I have a field called cliHouseNumber, and I want to check if the user has leaved this. |
||||
|
|
|
Usually the correct place is the These methods will be called only when a value changed, which is usually what you want. |
|||||||||
|
|
Create this method in the form methods;
Set your field property "dataMethod" to "editcliHouseNumber". |
|||||
|
|
|
okay, here is another option;
Right click the field, and override the "lostFocus" method. |
|||||
|
|