Customize the Salesforce User Interface

It is rightly said that User Interface is like a joke. If you have to explain it then it’s not good enough. This episode will talk about customizing your Salesforce user interface to improve user experience. Let’s learn about how…

Aggregating & Validating Data

Aggregating and validating data is fundamental to every enterprise application and so is true for Salesforce. This episode talks about putting validations within Salesforce to enforce data integrity and aggregating relational records. We will also learn about Formula field in…

Episode 5 – Automating Business Processes Part – 1

This episode talks about the declarative tools available on Salesforce to automate and orchestrate business processes involving business logic. In this episode we will talk about Automating Processes using Process builder and workflow. In Episode 5, we will cover the…

Automating Business Processes with Flow

This episode talks about the declarative tools available on Salesforce to automate and orchestrate business processes involving business logic. In this session, we will learn how to Automating Business Processes with Flow. What is a Business Process? Series of structured…

Managing Data Access in Salesforce

It is said that loose lips sink ships! Hence the security of your business data residing within Salesforce is of essence. This episode talks about the tools and techniques available to enforce data security on Salesforce. Let’s see how we…

Who Sees What in Salesforce

It is said that loose lips sink ships! Hence the security of your business data residing within Salesforce is of the essence. This episode talks about the tools and techniques available to enforce data security on Salesforce. Let’s see Who…

Data Management in Salesforce

Data is the fundamental constituent of all business applications. A robust data management strategy goes a long way in building trust among users and drives system adoption. This episode talks about the tools and techniques that can be leveraged to…

Reports & Dashboards in Salesforce

In God we trust, everyone else brings data to the table! This episode talks about the tools available to effectively report on the data within Salesforce to measure performance in Key Business Areas. Let join us to learn about Reports…

Apex PMD Static code analysis

Apex PMD Static Code Analyzer

PMD is a very well-known source code analyzer for Java and many more languages. It also supports Apex. In this session/article we are going to make a static code review for salesforce Apex code using the Apex PMD static code…