I was wondering if it’s possible to check a StringEdit-field when user leaves this field in MS Dynamics AX 2009.
for example:
I have a field called cliHouseNumber, and I want to check if the user left the field.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usually the correct place is the
modifiedmethod in the datasource field or themodifiedFieldon the table. If you want to ensure, that a field is entered use themandatoryproperty on the. Do not try to force the user to remain on a not entered field.These methods will be called only when a value changed, which is usually what you want.
Also see the answer to this question.