Activity Forums Salesforce® Discussions What is the correct and efficient way to get the Name of the OwnerId of a Case Object?

  • Suyash

    Member
    April 22, 2016 at 8:08 am

    Hi karen,

    Use this simple query to get Owner name from case records:

    select id,owner.name from case.

    Thanks.

  • Parul

    Member
    September 7, 2018 at 9:12 am

    Hi karen,

     

    Use the SOQL query to get owner name from case records:

    SELECT id, Owner.Username FROM Case

     

    Thanks.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos