top of page
Search
Satya
Jan 20, 20231 min read
Scratch Org- Developer Hub Org #SFDC
A Scratch org is a disposable, flexible, and completely isolated Salesforce environment that enables developers to test and experiment...
16 views0 comments
Satya
Jan 20, 20231 min read
Salesforce DX-Development Experience
Salesforce DX (Development Experience) is a set of tools and processes given by Salesforce for modern Salesforce application development...
12 views0 comments
Satya
Jan 18, 20231 min read
FLV- Field level Security in SFDC
FLV is an abbreviation for "Field-Level Security" in Salesforce. It's a feature that lets administrators restrict access to specific...
35 views0 comments
Satya
Jan 9, 20231 min read
Permission Set -Profiles#SFDC
In Salesforce, a permission set is a collection of permissions and settings that give users access to certain features and functions....
30 views0 comments
Satya
Jan 7, 20232 min read
Quote to Cash Process #SFDC
The quote-to-cash process in Salesforce is the process of converting a quote into a sale and managing the financial aspects of the sale....
56 views0 comments
Satya
Jan 7, 20232 min read
Lead to Quote Process#SFDC
The lead-to-quote process in Salesforce is the conversion of a lead into a quote, which is a formal proposal for products or services...
12 views0 comments
Satya
Jan 5, 20231 min read
APEX Code to Get the List of leads and Send Email #SFDC
Here is an example of an Apex code that you can use to list the leads in a tabular format and send them in an email body: List<Lead>...
10 views0 comments
Satya
Jan 4, 20231 min read
Example of an Apex code that can use to fetch the leads that have been converted to opportunities
List<Lead> leads = [SELECT Id, FirstName, LastName, Company, Status, IsConverted, ConvertedOpportunityId FROM Lead WHERE IsConverted =...
4 views0 comments
Satya
Jan 4, 20232 min read
Explain End to End Process for Configure , Price and Quote #SFDC-CPQ
The Configure, Price, and Quote (CPQ) process in Salesforce involves creating and managing quotes for products or services that an...
12 views0 comments
Satya
Jan 4, 20231 min read
Where Does SFDC Applications are Hosted? #SFDC
Salesforce applications are hosted on the Salesforce cloud, which is a cloud computing platform provided by Salesforce. The Salesforce...
9 views0 comments
Satya
Jan 4, 20231 min read
How Customizable SFDC platform is ? #SFDC
Salesforce is a highly customizable platform, with a range of tools and features that allow users to tailor the platform to their...
11 views0 comments
Satya
Jan 4, 20231 min read
Difference between workflow rules , Process , Flows #SFDC
Workflow rules, processes, and flows are all Salesforce tools for automating business operations. They do, however, work differently and...
12 views0 comments
Satya
Jan 1, 20232 min read
End to End sales cloud lifecycle-#SFDC
In Salesforce, the sales lifecycle is the process of managing and tracking the many stages of the sales process, from lead creation to...
17 views0 comments
Satya
Dec 31, 20221 min read
How a Lead , Contact , Account , Opportunity and a Quote is related in SFDC
A Lead is a potential customer who has demonstrated interest in a company's products or services in Salesforce. A Contact is a person who...
7 views0 comments
bottom of page