Text Types – Custom Fields in Salesforce
Are you learning Salesforce Admin and wondering how to work with custom fields and text types? In this tutorial, we will learn step-by-step how to create custom fields of Text, Text Area, and Rich Text Area in Salesforce Lightning with practical screenshots for your clear understanding. Whether you are preparing…
Different Ways of Sending Emails From Flow
Table Of Contents In Customer Relationship Management (CRM), Salesforce stands out as a symbol of progress and effectiveness. One of its standout features is Salesforce Flow, a dynamic tool transforming how businesses automate their processes, especially in email communication. Join our FREE demo at CRS Info Solutions to kickstart your…
Can Journey Builder Handle Mass Updates?
Question I have the Marketing Cloud Connector configured and working correctly, and I am considering using Journey Builder to update CRM records. Specifically, I need to update 1 million records for subscribers who have a “hard bounce” status by setting the PersonHasOptedOutOfEmail field to true in Salesforce CRM to ensure…
Salesforce Optimizer
Table Of Content Salesforce Optimizer is a powerful, free tool available in the Lightning Experience app for Professional, Enterprise, Performance, Unlimited, and Developer Editions. It helps you identify potential issues in your Salesforce org by providing detailed insights across more than 50 metrics. These insights cover everything from storage, fields,…
Deserialize JSON with Reserved Keywords in Apex?
Question I need to deserialize a JSON string into an Apex object, but some of the property names in the JSON are reserved words in Apex. For example: However, this results in a compilation error because “currency” is a reserved keyword in Apex. How can I handle this issue while…
How Can We Deploy Apex Classes That Are Scheduled?
Question When deploying Apex classes that are scheduled, the main challenge is that Salesforce locks scheduled Apex jobs to the specific class they reference. This can cause deployment failures if you try to update a scheduled class without first unscheduling its jobs. How can we effectively deploy updates to scheduled…
Salesforce Schema Builder
Table Of Contents Navigating the complexities of Salesforce architecture requires a robust understanding of its data model and the relationships between various objects. The Schema Builder is an invaluable tool for both new and experienced Salesforce users, offering a visual representation of the system’s structure. Our Salesforce training in India…
Can sObjects Be Used as Keys in an Apex Map?
Question Are sObjects supported as keys in an Apex Map? I initially thought they were, but I observed that modifying an sObject after inserting it into the map seems to break the mapping. Here’s an example in anonymous Apex (API v27.0) demonstrating the issue: This results in the following error:…

