I need to add another field in a form where you can select a user of the CRM system, in particular a sales person. I figured out how to list all users (creating and N:1 relationship) but how can I limit the lookup list to sales people only, rather then every user of the CRM system?
Thanks