RE - List page form in AX 2012

Hi Everyone,

There is a “List page form” in AX 2012. In that form whenever the user double clicks the record the “Details form” will open.

How to do this in my new List page form?

Can anyone help me on this?

Regards,

Madhan

Technically, you can do it in any form.

  1. Create a button with the required action
  2. Set the button name into grid’s DefaultAction property
  3. Change grid’s AllowEdit property to No.