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 ?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156