Friday, November 14, 2008

How to catch key stokes in Dynamics AX

Question: I want to catch key strokes from the dynamcis ax form. How can I do it?
Answer: Override the task() method of the form and add a case in the switch method to check the keystroke. The task macro is available in the macro library that can be used to catch different events.

No comments:

Post a Comment