Posts

Easy way to Integrate Salesforce CLI with Visual Studio code

Image
  what is salesforce CLI? Salesforce CLI is a command-line interface that simplifies development and build automation when working together with your Salesforce org. Use it to form and manages sandboxes environment, synchronize source to and from your sandboxes environment, creates and installs packages, and more. Need to install two extensions in your visual studio code like that : Salesforce CLI Integration Salesforce Extension Pack After that download SFDX CLI in local machine like that : If you are using Ubuntu then please download CLI using this link : Salesforce CLI for ubuntu: Extract this tar file and open the folder in terminal and write ./install then the CLI is installed. 2. If you are using Window then please download CLI using this link : Salesforce CLI for Windows : Select the cli version according your system requirement and then download and after install it. And After Install the SFDX CLI we need to check the sfdx version in our system using this command in Window...

Navigate your Career in Salesforce | Salesforce Guidance

Image
How to Start a Career in salesforce as a fresher or how to switch in salesforce from any technology or domain ? Salesforce is a Saas Based CRM platform, it means software as a service. Here, we worked on the cloud where we provided the services on the cloud from an application or web-browser. CRM stands for Customer Relationship Management. In the entire world will have some form of CRM one of which we use  Salesforce CRM. Why is Salesforce so much in demand these days? One of the reasons Salesforce Developer is in high demand is because it is a web based platform, which means users can access it from multiple devices with a login and password and without having to install any software on the system. This gives it a lot of flexibility and the option to access it anytime and anywhere. Another reason is that users can do many things like Integration, Development, App creation, Website Creation in one platform and it also provides a good level of Security for the users. It also Provid...

Deployment on production Environment in salesforce

Image
When we move any code or component on production environment we need to keep the below terms for our understanding: These terms are-: Change Set :  change sets are used  to send customizations from one Salesforce org to another.  Salesforce Change Sets are the mechanism by which changes from one Salesforce environment can be pushed into another Salesforce environment. Salesforce change set best practices means you’ll need to move changes out of an environment. You must first create an Outbound Change Set and point it towards a receiving environment. Inbound Change Set:  An inbound change set in Salesforce is a change set that has been sent from another Salesforce org (Sandbox environment) to the org(production environment) you are logged in to. A change set must be deployed for the changes to take effect. Outbound Change set:  An outbound change set in Salesforce is a change set created in the Sandbox environment in which you are logged in and to send to the pro...

What is Multi-factor Authentication (MFA)? When and How to Use it? | Salesforce Developer Guide

Image
What is Multi-factor Authentication (MFA)? Multi-factor authentication (MFA)  is a secure  authentication method  that requires users to prove their identity by supplying two or more pieces of evidence (or factors) when they log in.  One factor  is something the user knows, such as their username and password. Advantages of Multi-factor Authentication (MFA) Reduce Fraud & Identity Theft Increase Customer Trust. Simplify the Login Process Multi-factor authentication increases security with third parties and  organizations Disadvantages of Multi-factor Authentication (MFA) Multi-factor authentication takes more time MFA isn’t free How Does an MFA Work? Firstly Download the  Salesforce Authenticator app  on our  mobile  using the play store or  app store . These steps to enable Two-factor authentication:- Step 1: From Setup, enter Session Settings in the Quick Find box, then select Session Settings. Under Session  Security Lev...