Hi,
I have created a form in AX7 and used a String control there which is bound to a Data Field of a datasource table. Now I wish to populate the lookup with Names of all the Forms present in UtilElements table.
This is what I did:-
- Overridden the lookup method of the particular datafield of the associated form's DataSource.
- From there I called a function and wrote the below code there:-
But the problem is no data is being populated in that lookup. Its coming blank.
I will like to mention here that this same piece of code works perfectly in AX 2012. Like the below image.
Why its not working in AX 7? Is there a major change in AX 7 related to lookup? How to fix this issue and make my lookup work in AX 7?
I am new to AX 7 (I guess most of the people here is...). But still if you manage to know the solution, plz share.
Thanks.
Sagnik.