
Pranjal Rastogi
Individual-
Pranjal posted a new blog 2 years ago
What are Salesforce Big Objects? | The Developer GuideWe are all aware that Salesforce objects are used to manage and tinker with our data. Standard objects, custom objects, and external objects are likely all familiar to you. However, you'll want to use…
-
Pranjal posted a new blog 2 years ago
All You Need to Know to Make a Scratch Org and Your DomainHow to Make your Domain? Change the domain of dev org to my domain: To change the domain, you first have to create your domain. First Login to your Developer Org, then go to setup and type My Domain in the…
-
Pranjal posted a new blog 2 years ago
Validation Rules in Salesforce | All You Need to KnowValidation rules in Salesforce are used to enforce data quality by ensuring that data entered into Salesforce meets certain standards. They are used to validate data before it is saved to the database, and…
-
Pranjal posted a new blog 2 years ago
Wrapper Classes in Salesforce | Here's What You Need to KnowApex Wrapper Classes are custom classes in Salesforce that are used to hold one or more primitive data types as members. This allows for encapsulating multiple data elements into a single unit, making it easier…
eswar -
Pranjal posted a new blog 2 years ago
How to insert ReCAPTCHA in Web-to-Case form on Website in Salesforce?Salesforce's websites are developed and used for a long time. These apps can provide better functionality and performance, but at the same time are more prone to bot attacks. Now to make secure these…
-
Pranjal posted a new blog 2 years ago
What is Clone and Deep Clone in Apex?Clone is the predefined method in Apex which is used to clone the record just by one functional line of code. Deep Clone is the extended functionality of the Clone method which is used when we are required to…
-
Pranjal posted a new blog 2 years ago
Learn the Basics of LWC in No Time! | Salesforce Lightning Web ComponentsWhy Lightning Web Component (LWC)? It was time for a change because the AURA framework, which served as the foundation for the current Lightning Components, was based on standards from 2014, which are now out…
-
Pranjal posted a new blog 2 years ago
What is the Arrow Function in JavaScript? | Salesforce Developer GuideArrow function is the way to write a function in a shorter manner/syntax. It is simple and easy to use and understand. Here are some examples and comparisons: Normal Function: function abc() { return “I am…
-
Pranjal posted a new blog 2 years ago
Aura Vs LWC: Why You Should Learn LWC? | Salesforce Lightning TutorialWhat is LWC? LWC stands for Lightning Web Component. It is the new programming model on which we can build Lightning Components. It uses the latest web standards. It can also communicate with the existing…