Activity Forums Salesforce® Discussions How do I convert an object to a string in Salesforce?

  • Anjali

    Member
    July 9, 2020 at 11:51 am

    To convert sObject to String in Apex, below is the simple code. Example: public Account acct = new Account(Name = 'Test Account'); String objType = String.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos