Activity Forums Salesforce® Discussions How to get value of Custom Label in lowercase?

  • Jogender

    Member
    April 14, 2016 at 9:22 am

    You can use the below code..

    {!LOWER($Label.Company)}

  • Naman

    Member
    April 18, 2016 at 12:12 pm

    Try this:

    string companyName = Label.Company;

    companyName = companyName.toLowerCase();

  • shalini

    Member
    April 26, 2016 at 10:56 am

    You can use LOWER(text, [locale]) function to this .
    {!LOWER($Label.Company)}

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos