How to add Topics in Salesforce Chatter?
Add topics to posts and comments to organize them or to increase their visibility. Type "#" and followed by it enter the topic. (Or) Click Add Topics. Click on the ....
Add topics to posts and comments to organize them or to increase their visibility. Type "#" and followed by it enter the topic. (Or) Click Add Topics. Click on the ....
There are three different kinds of release maintenance from Salesforce 1. Major releases 2. Patch releases 3. Daily releases Patch Releases and Daily Releases are used to deliver scheduled and ....
To use the Analytics platform, first enable it for your organization. 1. In the Salesforce Setup menu, under Administer, click Analytics | Getting Started. 2. Click Enable Analytics. This analytics ....
Publishing: 1. Process Builder 2. Flows 3. Apex 4. API ( REST/SOAP) Subscribing: 1. Process Builder 2. Flows 3. Apex Trigger 4. CometDSubscribing to Platform Events using ApexCheck this example ....
Sample Salesforce Custom Permission: Sample Code: Boolean accessBool = FeatureManagement.checkPermission( 'Create_Account' ); System.debug( 'accessBool is ' + accessBool ); ( Or ) Boolean accessBool; Set < Id > permissionSetIds = ....
When a process or flow interview fails, Salesforce sends a detailed flow error email to the admin who last modified the process or flow. To change where flow error emails ....
Change Set: Ant tool: Sample package.xml types: <types> <members>EventAPIName</members> <name>AuraDefinitionBundle</name> </types>
DuplicateRule is used to retrieve and deploy Duplicate Rules.MatchingRule is used to retrieve and deploy Matching Rules. Sample Package.xml: <?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>Lead.Test_Duplicates_Rule</members> <name>DuplicateRule</name> </types> <types> <members>Lead.Test_Lead_Matching_Rule</members> ....
You can now choose to keep the previous opportunity team together when an opportunity is transferred to a new owner in Lightning Experience. You can also choose to let the ....
Salesforce Inbox is a suite of applications that brings together two platforms you use every day: Your email and Salesforce. Powered by Einstein, these intelligent and intuitive apps come equipped ....