DefaultAction in lookup form
Dynamics AX 2009 allows to define an action to run when double click occurs in a form grid. The typical usage is in list pages, where a “normal” form is open on double click. The grid must be non-editable and the DefaultAction points to a button on the form (the button can be even hidden). …