Posts

Showing posts from January, 2026

Info Action with menu item link

Image
 Found this excellent post regarding links in infomessages. This worked differently in AX2009 and AX2012 so I thought I'd add it to my blog. Reference: https://community.dynamics.com/blogs/post/?postid=845d1f47-cc05-4303-a8bb-c6ed35b1c0b3 Create a new class with the code below Call the code like this for an info message:   ActionMessage_MOD::InfoDisplayMenu(    menuItemDisplayStr(LedgerJournalTable3)                                     ,   ledgerJournalTable.RecId                                     ,   tableStr(LedgerJournalTable)                                     ,   strFmt("@MOD:PeriodizationAddedToJournal", ledgerJournalTable.JournalNum)        ...