top of page
Clicking on a Tablet

WELCOME TO SALESFORCEDEMYSTIFIED

Naturally Curious

SalesforceDemystified endeavors to simplify the concepts in Salesforce. And I love having the opportunity to share my passions and thoughts with my loyal readers. Read on, and enjoy.

Home: Welcome

General Use cases

A case is entered and submitted on an external web form. It gets created on Salesforce. On Salesforce there should be a mechanism to find...

Using List of Lists

List<List<Integer>> l = new List<List<Integer>>(); List<Integer> k = new List<Integer>(); for(Integer ctr=0; ctr<3; ctr++ ){ for(Integer...

List & Map

//Account a = new Account(name='Account14', Type='Prospect'); //Account b = new Account(name='Account15', Type='Prospect'); /* //defining...

Usage of before triggers

Before triggers are used to update or validate record values before they’re saved to the database. Use Case: Every time an account is...

To share a record using Apex

Use case: suppose that you are building a recruiting application and have an object called Job. You want to validate that the recruiter...

Use of transient variable

use case - everytime a page is requested the datetime variable is updated. Solution: declare the datetime variable as transient. public...

Home: Blog2

CONTACT

+64212399043

  • LinkedIn
Home: Contact

©2020 by SalesforceDemystified. Proudly created with Wix.com

bottom of page