Archives

How to install a package from App-Exchange

If you want to install a package from Salesforce Appexchange you can follow the below steps Then you can navigate to the installed package and start using it. It’s important to note that some packages may require additional configuration steps after installation, so be sure to review the package documentation for any additional instructions.

What are deployment tools in Salesforce

There are several deployment tools available in Salesforce that can be used to move customizations and data between different environments, such as production, sandbox, and developer environments. Some of the most commonly used deployment tools in Salesforce are: Overall, these deployment tools provide a range of options for moving customizations between different Salesforce environments. Choose …

How to deploy using Changeset in Salesforce

To deploy customizations and data using a change set in Salesforce, follow these steps:

  1. Navigate to the Setup menu and click on “Outbound Change Sets” under the Deployment section.
  2. Click the “New” button to create a new change set.
  3. Give your change set a name and description, and select the source organization from which you want to deploy the customizations.
  4. Add the customizations and data you want to include in the change set by clicking the “Add” button and selecting the components you want to include. You can add custom objects, fields, record types, and other customizations.
  5. Once you have added all the desired components to the change set, click the “Upload” button to upload the change set to the destination organization.
  6. In the destination organization, navigate to the Setup menu and click on “Inbound Change Sets” under the Deployment section.
  7. Locate the change set you just uploaded and click on the “View” button to review the components included in the change set.
  8. If everything looks good, click the “Deploy” button to deploy the change set to the destination organization.
  9. If there are any conflicts or issues with the deployment, you will be presented with a list of problems that need to be resolved before the change set can be deployed. Resolve these issues and try deploying the change set again.
  10. Once the change set has been successfully deployed, you will see a success message indicating that the deployment was successful.

Overall, deploying customizations and data using change sets in Salesforce is a straightforward process that allows you to move customizations and data between different environments with ease. By following these steps, you can deploy customizations and data to your production, sandbox, or developer environments quickly and efficiently.

What is a Wrapper Class

In Salesforce, a wrapper class is a custom data type that combines multiple objects or data types into a single unit. It is often used to display data from multiple objects or data types in a single Visualforce page or Lightning component. For example, let’s say you want to display a list of accounts and …

What is validation rule in Salesforce

Are you looking to improve the quality of your data in Salesforce and ensure that it meets certain standards and requirements? Validation rules may be the solution you’re looking for. Validation rules in Salesforce allow administrators to specify conditions that must be met before a record can be saved or submitted. This helps to ensure …

When to use LWC v/s Aura component

Lightning Web Components (LWC) and Aura components are both frameworks for building reusable components in the Salesforce Lightning platform. The choice between the two will depend on the specific requirements of your project and your development preferences. Here are some factors to consider when deciding between LWC and Aura components: In general, LWC is the …

How to prepare for Platform Developer I Certification

Preparing for the Salesforce Platform Developer I can be a challenging but rewarding process. With the right approach and resources, you can successfully pass the exam and advance your career as a Salesforce developer. Here are some tips for preparing for the Salesforce developer certification: By following these tips, you can increase your chances of …

How to grant access to Salesforce Support

There are many scenario where you open a Salesforce support case while working in Salesforce. Salesforce support ask you to grant login access so that they can analyze your issue. To grant Salesforce support access to your organization, follow these steps: Log in to your Salesforce account. Click your Avatar icon in top right in …

Apex Batch Class with Example in Salesforce

Batch classes are a key tool in Salesforce for processing large amounts of data in a more efficient and scalable way. They are particularly useful when you need to perform a specific task on a large number of records, such as updating a field, deleting records, or sending emails. In this article, we will walk …

Salesforce Summer ’21 Release Top features

See Record Access Reasons in Lightning Experience A user has access to a record, but why? Is it because of their role? Their territory? From a sharing rule? Now you can see why a user has the access they do, right from Record Sharing Hierarchy in Lightning Experience. Previously, you switched to Salesforce Classic to …

%d bloggers like this: