Activity Forums Salesforce® Discussions How can we use a SWITCH control statement in the APEX class? Is it possible and supported by APEX?

  • Tanu

    Member
    August 26, 2016 at 10:03 am

    Hello Mohit,

    apex does not support SWITCH CASE ...so we can use replaced by
    if(){
    }
    else if () {
    }
    .
    .
    .
    else {
    }

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos