Interview Questions

Friday, July 4, 2014

Multi-select lookup Dynamics AX 2012

Multi-select lookup Microsoft Dynamics AX 2012
Normally a lookup allows only one option, but a multi-select once allows one or more options.  Here we are going to show you how to do it with only one command.
First, we have to create a physical query; in this case called “AND_Consult”:
To generate this query we will base in a table, for this example called “AND_TestMult”:
Now, we need the field that we will filter, in this case called “Name”:
After that, we will create a form called “Lookup”:
In this form we add a single code to make the multi-select lookup:
Finally, this is the multi-select lookup:
And there are the multi-selected names.
We have demonstrated that we can improve our AX 2012 programming using a single command.
 Normally a lookup allows only one option, but a multi-select once allows one or more options.  Here we are going to show you how to do it with only one command.
First, we have to create a physical query; in this case called “AND_Consult”:

No comments:

Post a Comment