Rajat Shende
Member-
Rajat posted a new blog 2 years ago
Update Related Record Using Salesforce Flow - A Complete GuideIntroduction Sometimes we have to update related object records. For updating the related object records we can use different methods but for now, we will use Flow. Flow is very helpful for updating the…
-
Rajat posted a new blog 3 years ago
Lookup Relationship in Salesforce - Here's All You Need to KnowIntroduction Lookup Relationship is an object type relationship in Salesforce. It is one to one or one to many relationships between two objects. Some Features of Lookup Relationship: It creates a Loosely…
-
Rajat posted a new blog 3 years ago
How to Add Your Visualforce Page in your Application as a Tab | Salesforce GuideIntroduction Sometimes our requirement is to access our VF page as a tab in our application. So we gonna learn here how to use our VF page as a tab in your application. For this, I will create a sample Vf…
-
Rajat posted a new blog 3 years ago
Page Layouts in Salesforce - Here's All You Need to KnowIntroduction Page layout is an important concept introduced by Salesforce. It is mainly used to maintain the appearance of your object records detail page. It will help to control “Layout and Organization of…
-
Rajat posted a new blog 3 years ago
Permission Sets in Salesforce - Get Started GuideIntroduction Permission sets are a collection of settings and permissions that allow the users to have additional access, which they have already got from their profile. We can apply multiple permission sets…
-
Rajat posted a new blog 3 years ago
Workflow Rules in Salesforce - A Salesforce Help GuideIntroduction Workflow rule is the automation tool in Salesforce that helps to automate simple processes like Send an Email, Field Update, Create a Task and Send an outbound message. How to Create a Workflow…
-
Rajat posted a new blog 3 years ago
Master-Detail Relationship in SalesforceMaster-Detail relationship in Salesforce means a parent-child relationship between any two objects in which the parent object controls some certain behaviour of detail object i.e. child object. Some Features…
-
Rajat posted a new blog 3 years ago
How to Create User in Salesforce | The Developer GuideIntroduction: A user is a person who has credentials to login into Salesforce and is able to use the assigned application in Salesforce. The user in Salesforce must require the following information in his…
-
Rajat posted a new blog 3 years ago
How to Create Profile and Manage Permissions on It | Salesforce Developer GuideIntroduction A profile in Salesforce is a group/collection of settings and permissions that define what a user can do in Salesforce. You can manage various permissions for the user who has that…
-
Rajat posted a new blog 3 years ago
Download and Installation of Ant Migration Tool | Salesforce Developer GuideIntroduction The Ant Migration Tool is a Java/Ant-based command-line utility for moving metadata between a local directory and a Salesforce org. Usage of Ant-migration Tool Easily retrieve and deploy…
-
Rajat posted a new blog 3 years ago
How to Freeze and Deactivate the User Account | Salesforce Developer GuideIntroduction Hello all, here we are going to learn about freezing the users accounts and deactivating the user account. Sometimes we need to delete some users' accounts in our organization due to some reason…
-
Rajat posted a new blog 3 years ago
How to Customize Salesforce Login PageIntroduction Here we are going to learn about how to customize the domain name and login page. We will also understand how to change our domain name, Salesforce logo to any custom or standard logo, and…