function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vishal DevgireVishal Devgire 

Can we collect users associated with skills?

Is there any way to collect users associated with skills using query like "select profileskill.name from ProfileSkill" etc. I do not want to use object 'ProfileSkillUser' as it will only return skills with which users are associated and not empty skills. In my implementation I want to collect all skills (empty and no empty) and users associated with skills
SonamSonam (Salesforce Developers) 
Vishal, Can you please share the relatiin between the Profileskill and user object? This will help format the query and understand the requirement better.