Advance Infolog in x++ :
For automatically click and open the record in AX you can use this syntax :
info(strfmt("%1", _InventJournalTable.JournalId),'',SysInfoAction_TableField::newBuffer(_InventJournalTable));
For automatically click and open the record in AX you can use this syntax :
info(strfmt("%1", _InventJournalTable.JournalId),'',SysInfoAction_TableField::newBuffer(_InventJournalTable));
0 comments:
Post a Comment