A simple way to let the user deside what is going to happen.
1 2 3 4 5 6 7 | if(box::yesNo("Do you want something to happen?", dialogbutton::Yes) == dialogbutton::Yes) { somethingHappens = this.callTosSomeReturnMethod(); } |
Last 5 posts in Development
- No valid document identified from the entity key - April 9th, 2010
- Using Regular Expressions in Dynamics AX - October 2nd, 2009
- Create class and methods in x++ - December 22nd, 2008
- Simple field lookup in form - October 13th, 2008
- Get your Intercompany CustAccount - September 29th, 2008