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

Create a Connected App

A connected app is a framework that enables an external application to integrate with Salesforce using APIs and standard protocols,...

Examples of Solution Design

Use case - when an order is placed on SF app, a notification should be sent to an external service that will process the order and a...

Rudimentaries of SLDS

<apex:page showHeader="false" standardStylesheets="false" sidebar="false" applyHtmlTag="false" applyBodyTag="false" docType="html-5.0">...

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...

Einstein Next Best Action

To set up Einstein Next Best Action, follow these simple steps: Define a set of recommendations. prerequisite: There should be a flow...

Use cases for Aura components

Accordion: Similar to menu items, clicking on an item displays its content. You can embed html tags or components in it. Check the link...

List & Map

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

Writing dynamic soql

Dynamic SOQL refers to the creation of a SOQL string at run time with Apex code. Dynamic SOQL enables you to create more...

Home: Blog2

CONTACT

+64212399043

  • LinkedIn
Home: Contact

©2020 by SalesforceDemystified. Proudly created with Wix.com

bottom of page