Posts

Showing posts from February, 2022

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