Posts Tagged ‘Case statements’
TIP OF THE WEEK: APEX Switch Statements
APEX Switch Statements was introduced in the Salesforce Summer 18 release. What are APEX Switch Statements? Switch Statements are a programming control structure. They can be a substitute when using nested if-else control structures. Until the Summer 18 Release, Salesforce APEX code didn’t have this ability. Did you know that This Salesforce idea has been circling on…
Read More