Hi Team,
I am new to AX and I got stuck while doing the below operation.
I have a Master Table where I have fields - EmployeeID, EmployeeName, Status(Active/No) and child table (LeaveApp)- LeaveID, EmployeeID (FK)
And I have a form for LeaveApp table in which EmployeeID lookup field should display only Active employees.
Could you please guide me how to write the lookup method on the control EmployeeID on the LeaveApp form?
Thanks.