Announcements
Hi,
Greetings, I want to run a simple dialog form in the enterprise portal through x++ code. Actually I have a customized menu item to approve timesheets. The requirement is that when I will select any timesheet and click the button/approve button then the dialog form should be open first to insert a comment for that timesheet. but I am unable to do it. I have written the code in class but it is not working. my code is below... Please guide me on how can I do it.
Dialog dialog;
DialogField field;
dialog = new Dialog();
dialog.addText("Enter ther approval comment");
field = dialog.addField(extendedTypeStr(Field));
dialog.run();
Many thanks,
Muhammad Irfan Ayoub.
Hello Muhammad Irfan Ayoub,
Could you let us know the exact AX 2012 version you are running ?
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator