
Romil Singh
Member-
Romil posted a new blog 2 years ago
Learn All About Flows in Salesforce in 2023What is a Flow in Salesforce? A flow is an automation tool in salesforce. In other words, it collects data or information and processes the data. Flow Builder is a tool in Salesforce User Interface which is…
-
Romil posted a new blog 2 years ago
What is Salesforce Sales Cloud and What are its Features?Any organization would require a number of Salesforce's products and services to support and manage its operations. Sales Cloud, Service Cloud, Marketing Cloud, Analytics Cloud, Community Cloud, App Cloud,…
-
Romil posted a new blog 2 years ago
What is Salesforce Service Cloud and What are its Features?This area of the Salesforce platform is dedicated to giving clients assistance and support. Customers are more satisfied and loyal as a result, which aids in client retention. It stands apart from the…
-
Romil posted a new blog 2 years ago
Dashboards in Salesforce - A Brief GuideDashboards in Salesforce are graphical representations of reports. Visualize data from reports as components. These components provide a summary of your organization's key analytics and performance at a…
-
Romil posted a new blog 2 years ago
Learn All About the Report Types in SalesforceA report is a list of records that meet certain criteria. These records are visualized as a table that can be filtered or grouped based on any field. Report Type Report type determines the set of records…
-
Romil posted a new blog 2 years ago
Grant Management System in SalesforceGrant Management in Salesforce is a component of the non-profit-making Success Pack (NPSP), within which Salesforce grants 10 free licenses to any or all eligible nonprofits as a part of its Power of…
-
Romil posted a new blog 2 years ago
Custom Notification Using Apex | Salesforce Developer GuideCustom Notification Custom notification may be a made-to-order notification within Salesforce org. We are able to use this feature to send notifications once any vital event happens. for instance, the…
-
Romil posted a new blog 3 years ago
Learn All About Workflow Rules in SalesforceWhat is a Workflow Rule? Workflow rule can be defined as an automated mechanism in Salesforce by which we can perform 4 types of actions when a record is created or edited and make our business automated…
-
Althea and
Romil are now connected 3 years ago
-
Romil posted a new blog 3 years ago
Learn About Query Languages & DML in SalesforceTo fetch data, we have a query language in Salesforce. Below are the database query languages in Salesforce. SOQL - Salesforce object query language SOSL - Salesforce object search language These two…
-
Romil posted a new blog 3 years ago
Triggers in Salesforce - Get StartedWhat is a Trigger? A Trigger is an Apex script, which we can use in many situations. The use of trigger is, it will help you to call a specific piece of code when something happens in Salesforce org. Eg:…
-
Romil posted a new blog 3 years ago
Collections in Salesforce - All you Need to KnowThere are basically 3 types of collections used in Apex i.e. List Set Map List List is a collection of ordered elements. This means, each and every element’s place is fixed or we can tell where an element will…