So I have gone and downloaded the trial of XAF to play with and am creating a project management application. In my app I have an Employee class (Employee : Person) and Client class (Client : Person). I have also made a WorkTask class (WorkTask : Task). I am having trouble trying to find where/how to edit the selector that pops up when you go to assign the task to a Person. I want to make it so that it will only show Employees and not Clients as well as edit the fields that are displayed (ex. Display Name, Position, Rate of Pay). This is probably something really obvious that I have just over looked. If anyone could give me a hand and point me in the right direction I would really appreciate it.
While looking around more myself... I think what I need to do is change the form to use the Employee lookup view instead of Party one... but still not sure how.