Author: Magulan Duraipandian
Salesforce Interview Questions with Answers Part 41
1. Manage Salesforce Knowledge Permission Not found https://www.infallibletechie.com/2017/01/manage-salesforce-knowledge-permission.html 2. Article Actions By default, users with the Manage Articles permission can perform all the actions like edit, delete and publish. To ....
Set Up Governor Limit Email Warnings in Salesforce
To set up Governor Limit Email Warnings, check the below steps. 1. Log in to Salesforce as an administrator user. 2. From Setup, enter Users in the Quick Find box, ....
API Usage Notifications in Salesforce
API Usage Notifications in Salesforce Setup can be used to notify if the API usage limit is going to exceed based on the Threshold configured. Recipient will receive Salesforce API ....
System.QueryException: Aggregate query has too many rows for direct assignment, use FOR loop
System.QueryException: Aggregate query has too many rows for direct assignment, use FOR loop Salesforce Exception is thrown when the sub-query returns too many rows. In order to avoid System.QueryException: Aggregate ....
Home page component disappears on tabs and detail pages
1. Go to User Interface. 2. Enable Show Custom Sidebar Components on All Pages.
How to deploy process builder using Apache ANT Tool in Salesforce?
Sample package.xml: <?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>Process_Builder_API_Name-3</members> <name>Flow</name> </types> <version>36.0</version> </Package> This will retrieve version 3 of the "Process_Builder_API_Name" process.
The Default Workflow User must be set before activating this workflow rule
"The Default Workflow User must be set before activating this workflow rule" Salesforce Exception is thrown if the Default Workflow User is not set in the Process Automation Settings. Please ....
How to add Record List component in Salesforce Community Builder?
1. Drag and Drop Record List component. 2. Set the properties for the component.
How to enable Sub Topics in Salesforce Community?
You can hide subtopics in Community Builder. Go to the Page Editor, and select the Topic Detail page. Choose the Headline component, and in the Property Editor deselect Show Subtopics.