Activity Forums Salesforce® Discussions How to get all fields for custom object in Salesforce?

  • Anuj

    Member
    October 22, 2020 at 12:31 pm

    You can use Dynamic Apex to perform describe call on object for which you want to get meta-data as described in below example: List<String> fields = new List<String>(); fields.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos