Hi Team,
I have created list of few users in the employee module, I can see them in list view, I can even export the complete list in csv, excel format, But when I try to tag an employee to his senior from member of field, I cant see any employee in the search result, same thing happens in opportunity module where I have created an employee reference field using 1:M field to tag employee, there too i cant see any employee in the list.
PN: I have logged in as Administrator
Can you please help me with resolving the issue.
Best Regards,
Harsh



Are employees enabled ?
https://github.com/YetiForceCompany/YetiForceCRM/blob/developer/modules/OSSEmployees/models/Module.php#L21
If you employee has status "Employee" than you can see him in this view. You can modified the code or change the status
Thanks Konadrian. it worked!
Most helpful comment
https://github.com/YetiForceCompany/YetiForceCRM/blob/developer/modules/OSSEmployees/models/Module.php#L21
If you employee has status "Employee" than you can see him in this view. You can modified the code or change the status