Control Membership Use profiles to lock down your data so that external users see only what you want them to see. You certainly don’t want to give access to...
Communities Communities are a great way to share information and collaborate with people outside your company who are key to your business processes, such as customers, partners, or employees....
Feed Filters Feed filters make it easy for support agents to see all updates of one type, such as all call logs or all email messages, when working with...
Salesforce Connect Salesforce Connect is a framework that enables you to view, search, and modify data that’s stored outside your Salesforce org. For example, perhaps you have data that’s...
Roll up Summary Roll-up summary fields are based on master-detail relationships, it’s useful to review object relationships before creating a roll-up summary field. There are a few different types...
Mass Transfer : Use the Mass Transfer tool to transfer multiple accounts, leads, service contracts, and custom objects from one user to another. Follow the below steps to mass...
In Salesforce we can convert the leads based on Lead’s Field Value. To set up this we can use the below validation rules. In this example we used the...
Usually, we have to enable the Field History for knowing the Prior value of the each fields. But, Salesforce provide the excellent feature to know the Field Values changed...
In Salesforce we can reset the login password without resetting it. We can achieve this through developer console. Follow the below steps to change the password, Step 1 :...
Global Quick Actions In Salesforce we can add global actions to any page that supports actions, like the Home page, the Chatter tab, object pages, and custom Lightning app...
Step 1: As an Administrator, go to the Setup link at the top of the screen Step 2: Click on the “Company Information” link under “Administration Setup” and “Company...
Salesforce makes it extremely easy to generate PDF documents on the fly by simply using the renderAs=”pdf” attribute for the <apex:page> component. It’s also a snap to attach these...