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
Andrew Aldis 6Andrew Aldis 6 

Querying Chatter Badges

We wrote a SOQL query to pull in chatter messages that have a badge attached the badges are small icons that can be used to congratulate or tell an employee good job.  The query pulls in the message but when the message containg "@employee name"  it comes accross as the user ID.  Does anyone know of a way to pull in the literal name.  So basically if I write @joe schmoe the query pulls in @000123456789XLR or something like that.  I need it to pull @joe schmoe. 
Andy BoettcherAndy Boettcher
What is the SOQL query that you are using?