Dynamics Search Engine

Saturday, April 14, 2012

How to open record directly from Info dialog in Microsoft Dynamics AX 2012

How to open record directly from Info dialog in Microsoft Dynamics AX 2012


Applied on:
Microsoft Dynamics® AX 2012 CU2.

Target audience:
This article is for those who has at least basic knowledge of X++ programming.



About this article:
During AX customization most of the time when you create / update / manipulate record, in general the record we display in an infolog to inform end user. It’s easy for end user to open and see the record from info log dialog using a show button or by double click on the message.



This article can answers for below question:

How to display Show button on info log dialog in Microsoft Dynamics® AX 2012?Double click on info log message and open the record in Microsoft Dynamics® AX 2012.Pass record to the info method, display Show button on info log dialog and open the form with current record in Microsoft Dynamics® AX 2012.Directly open record from info dialog / form in Microsoft Dynamics® AX 2012.


Below is job which shows a vendor account in info log dialog and if you double click on the vendor account number it will open the vendor account detail form.

Job:




Info log:


2 comments:

  1. dada sahi hai ... i used your code to navigate form from info.

    ReplyDelete
  2. sir,
    how can i disable a field by using x++

    ReplyDelete