Skip to content

Articles

Salesforce Profiles

Profiles and Permission Sets in Salesforce

Profiles and Permission Sets are essential components in Salesforce that help in managing access control and user permissions. They work together to provide a flexible and granular security framework. Here’s a detailed analysis of both Profiles and Permission Sets in Salesforce: Profiles: A Profile is a collection of settings and permissions that determine what a… Read More »Profiles and Permission Sets in Salesforce

Great Salesforce Admin

What makes a great Salesforce admin?

A great Salesforce Admin is someone who not only possesses strong technical skills but also has excellent communication, problem-solving, and project management skills. Here are some of the key traits that make a great Salesforce Admin: Strong technical skills: A great Salesforce Admin should have a solid understanding of the Salesforce platform, including the ability… Read More »What makes a great Salesforce admin?

Salesforce Talent

Hiring the best Salesforce developers

Hiring the best Salesforce Developers requires a comprehensive approach that takes into consideration a candidate’s technical skills, experience, soft skills, and cultural fit. Here are some steps you can take to ensure you hire the best Salesforce Developers: Define your requirements: Before you start your search for a Salesforce Developer, define your requirements. Identify the… Read More »Hiring the best Salesforce developers

Monoliths are not fun

Salesforce unlocked packages compared to monolithic orgs

In today’s fast-paced business environment, organizations are constantly looking for effective ways to manage and optimize their Salesforce implementations. As the Salesforce ecosystem continues to evolve, it’s essential for companies to understand the different approaches to Salesforce development and deployment. In this article, we will provide a detailed comparison of Salesforce Unlocked Packages and Monolithic… Read More »Salesforce unlocked packages compared to monolithic orgs

Salesforce

Copado versus AutoRABIT for Salesforce Devops

Salesforce is a widely used Customer Relationship Management (CRM) platform, and businesses are always looking for ways to optimize their Salesforce operations. One way to do this is by using DevOps tools like Copado and AutoRabit to streamline development and deployment processes. Copado and AutoRabit are both powerful tools that enable developers to work more… Read More »Copado versus AutoRABIT for Salesforce Devops

Unlocked Packages

Benefits of DX unlocked packages over traditional Salesforce development

Salesforce, as a leading Customer Relationship Management (CRM) platform, offers a myriad of development opportunities. However, over the years, the traditional methods of Salesforce development have been challenged by the advent of more modern, agile, and efficient practices. The introduction of Salesforce DX, particularly its Unlocked Packages, stands as a groundbreaking shift in this landscape.… Read More »Benefits of DX unlocked packages over traditional Salesforce development

Salesforce Flows versus Apex Triggers

Salesforce Flows versus Apex Triggers

In the world of Salesforce, there are multiple tools to automate business processes and handle complex logic. Two of these powerful tools are Salesforce Flows and Apex Triggers. Both offer unique capabilities, and understanding their differences can help you make the right choice when it comes to implementing custom logic in your Salesforce org. In… Read More »Salesforce Flows versus Apex Triggers

Salesforce Grant Types

Grant Types in Salesforce

OAuth (Open Authorization) is an open-standard protocol for authorization that allows applications to access user information from a provider without the need to share user credentials. Salesforce supports several OAuth 2.0 grant types to facilitate different authentication and authorization scenarios. Below, we’ll discuss each of these grant types and provide examples for each. Web Server… Read More »Grant Types in Salesforce

Salesforce Metadata types

Standard Metadata Types in Salesforce along with their API names

Salesforce utilizes metadata to define and manage the configuration of its application. In Salesforce, metadata can represent everything from the structure of objects and fields to the layout of a user.   Standard Metadata Types along with their API names in Salesforce. ActionLinkGroupTemplate: ActionLinkGroupTemplate AnalyticsCloudComponentBundle: AnalyticsCloudComponentBundle ApexClass: ApexClass ApexComponent: ApexComponent ApexPage: ApexPage ApexTrigger: ApexTrigger AppMenu:… Read More »Standard Metadata Types in Salesforce along with their API names

What are Salesforce flows

What are Salesforce flows?

Salesforce Flows is a powerful tool for automating and streamlining business processes in the Salesforce ecosystem. It provides a visual interface that allows users to design, build, and automate custom processes without the need for code. In this essay, we will explore the benefits of Salesforce Flows. Increased Efficiency Salesforce Flows streamline business processes by… Read More »What are Salesforce flows?

How does Salesforce compare with SuiteCRM

How does Salesforce compare with SuiteCRM?

Salesforce and SuiteCRM are both customer relationship management (CRM) platforms that provide businesses with tools to manage customer data, sales processes, and customer interactions. However, there are several differences between the two platforms that may make one more appealing than the other depending on an organization’s needs. Salesforce is a cloud-based CRM platform that was… Read More »How does Salesforce compare with SuiteCRM?

Salesforce OAuth Protocols

Salesforce OAuth Protocols

Salesforce is a popular cloud-based customer relationship management (CRM) platform that helps businesses manage their customer data and improve their sales and marketing efforts. One important feature of Salesforce is its support for various oAuth protocols, which provide secure authorization and authentication for third-party applications that need to access Salesforce data. OAuth is an open… Read More »Salesforce OAuth Protocols

Apex Hash

How to implement MD5 in Apex

What is MD5? The MD5 (message-digest algorithm) hashing algorithm is a one-way cryptographic function that accepts a message of any length as input and returns as output a fixed-length digest value to be used for authenticating the original message. The MD5 hash function was originally designed for use as a secure cryptographic hash algorithm for… Read More »How to implement MD5 in Apex

Could not find related list [X] for entity [X]

Could not find related list [X] for entity [X]

Sometimes in building package versions, you may receive an error message that may be a little difficult to debug especially if your object has a lot of child relationships. If you receive an error message as follows: Related_User_Lightning_RecordPage: Component [force:relatedListSingleContainer] attribute [relatedListApiName]: Could not find related list [LMI_Supported_User__r] for entity [Directory_User_Relationship__c]   In order to… Read More »Could not find related list [X] for entity [X]

Pub Sub Salesforce

What is Pub/Sub design pattern?

Pub/Sub is a message-driven software design pattern that facilitates communication between complex system components through an efficient communication mechanism that utilises message passing. In a typical pub/sub system, there is the producer (publisher) who creates a message to be sent out to Subscribers. The Producers do not explicitly fashion the messages for specific consumers, but… Read More »What is Pub/Sub design pattern?

error: Content is protected !!