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

Salesforce Admin Certification 2020 Questions Explained with References - Part II

Video in

How to prepare and pass Salesforce Admin Certification with Practice Exam Questions 2020 practice questions and answers for the Salesforce Administration Salesforce Certified Admin Exam Questions Salesforce Administrator Certification Exam…