Category Uncategorized

Salesforce URL Hacking for Lightning

Salesforce URL Hacking for Lightning

Are you still missing the Salesforce Classic URL Hacking in Lightning Experience? You may remember that lightning Experience initially don’t support URL Hacking in Salesforce and that was replaced with Custom Actions. Don’t worry Spring 20 Release highlight the URL Hacks…

Introduction to AWS

Introduction to AWS

Have you ever wondered what AWS is all about? How do amazon web services cater to such different clients in the market? What role does Salesforce Play here? how AWS + Salesforce becomes a deadly combination to solve most of the…

Introduction to new Salesforce mobile app

In this ApexHours session we will talk about New Salesforce Mobile App and Salesforce Mobile Architecture. We will also see how to setup Lightning Mobile app. Agenda Salesforce Mobile Architecture Overview Introduction to New salesforce lightning mobile app Set up…

Apex code benchmarking

Apex Code Benchmarking

Benchmarking your code is art. Every single line of code written makes a difference, so Each developer should know how effectively his code is working. This session will help you to learn benchmarking techniques and help you to build more…

Apex-Defined Data Types

Salesforce’s Summer ‘19 release notes announce a new feature for Flow variables called Apex-Defined Data Types. Apex-defined data Types let admins build complex Flow variables that group information together, much like a Contact record-typed variable can have first & last properties within it. See…