Posts

Showing posts from December, 2021

Salesforce Multi-factor Authenticator

Image
As we know that the Salesforce Authenticator  is an intelligent, mobile-enabled two-factor authentication app that gives an extra and safe layer of security to your Salesforce account data. To protect the customer data, Salesforce recommends setting up Multi-Factor Authentication, MFA for short, for all users logging into Salesforce through the user interface. Two Factor Authentication  Here, Two-factor authentication is a fantastic way to keep online accounts and data secure and safe. Two-factor authentication means two things or two factors to access the data and account.  Factor 1:  In the first factor, this is something we know, like our username and password combination. Factor 2 : In the second factor, this is something we have, like a mobile device with a security app installed.  This blog deals with the second factor, which is (The mobile device with a security app) and its essential features such as, Types of Verification Methods in Salesforce Products ...

Salesforce Workflow Rules

Image
As we know that in Salesforce “ Workflow Rules ” is an automation tool that automates standard internal procedures/tools and processes to save time across your org. Basically, the workflow automation rule is the main container for a set of workflow instructions. These workflow rules/instructions can always be summarized in an if/then statement.  For Ex. If you have symptoms of Omicron then stay at home. Workflow rules can be divided into two main points. Criteria : The “if” part of the “if/then” statement. In another way, whatever must be true of the record for the workflow rule to execute the associated actions. Actions : The “then” part of the “if/then” statement. In another way, what to do when the record meets the criteria. There are two types of action in Salesforce workflow:- Immediate actions: Immediate actions are the one that gets executed immediately when a record is created or edited. Time-dependent actions: Time-dependent actions are the ones that get executed after...

Salesforce Functions

Image
As we know that Salesforce Functions is a new service on the Salesforce Platform that allows us to deliver a more scalable experience by extending the data and workflows that we already have, making them more sturdy with the power of elastic compute and open language ductility.                                                   It is a service that allows developers to write code that integrates with data and events on the Salesforce platform and run it on-demand with an elastic scale in a serverless environment. Salesforce function will help you: Meet business needs with on-demand, elastic scale on trusted infrastructure. Functions are event-driven, elastically scalable, and they can be written in a language of your choice, such as Node.js, Java, or Apex. It delivers connected experiences with Salesforce data. They provide complete access to data in your org and c...