Hello,
I dont know how to do this:
On my form I have 2 comboboxes, first one with Employees, 2nd with Projects.
On the first, I select an EmployeeId. After selecting an EmployeeId, I want to see only the projects where this employee worked on.
How can I accomplish something like this in Ax 4.0?
0
Comments
select the correct EDT for each control. For the employee box it should be ProjResponsible
and for the Project box it should be ProjId. On the Employee properties you need to enable
the 'Auto declaration' option.
And you need to overide the lookup method for the project box.
It should be something like this