Control Who Receives Flow and Process Error Emails in Salesforce
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 ....
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 ....
Geocodes identify a location using latitude and longitude. Geocodes also have an associated accuracy rating. Geocodes are added to the pre-existing latitude and longitude fields on accounts, contacts, and leads. ....
Each Salesforce instance is built and maintained in two geographically separate locations. An instance is actively served from one location (the active site) with transactions replicating in near real-time to ....
To let marketing and sales operations users or agents or reps to access converted leads in Salesforce, then assign them the "View and Edit Converted Leads" permission in the Profile ....
1. Create a Account Matching Rule. 2. Create a Duplicate Rule using the account matching rule for Lead.
Sample SOQL: SELECT Id, Name, CreatedDate, CreatedBy.Name FROM PushTopic