August 2017
Beginner to intermediate
480 pages
11h 7m
English
You may notice that the lookup, which was created using the singleSelect() method, allows chooses only one option from the list. There is another similar function named selectMultiple(), which is exactly the same except that the user can select multiple options from the list. The following code snippet demonstrates its usage:
class SysListSelectMultiple { /// <summary> /// Runs the class with the specified arguments. /// </summary> /// <param name = "_args">The specified arguments.</param> public static void main(Args _args) { container choices; container headers; container selection; container selected; boolean ok; choices = [ ["3.0\nAxapta 3.0", 1, false], ["4.0\nDynamics AX 4.0", 2, false], ["2009\nDynamics AX 2009", 3, ...Read now
Unlock full access