Zones in Salesforce Idea
Zones organize ideas and questions into logical groups, with each zone having its own focus and unique ideas and questions. Zones are shared by the Ideas, Answers, and Chatter Answers ....
Zones organize ideas and questions into logical groups, with each zone having its own focus and unique ideas and questions. Zones are shared by the Ideas, Answers, and Chatter Answers ....
Sample Code: trigger AccountTrigger on Account ( after insert ) { Set < String > setBillCountries = new Set < String >(); for( Account acc : trigger.new ) { if ....
Delegated Approver is an alternate approver. This user receives the same approval requests as you do. Delegated approvers can't reassign approval requests. But, they can approve or reject approval requests. ....
1. Create a custom field on the Account. 2. Create a Workflow Rule on the Opportunity Object. 3. Create a Field Update on Opportunity Object. 4. Create a Validation Rule ....
Note: MonthlyPlatformEvents (API version 47.0 and earlier)MonthlyPlatformEventsUsageEntitlement (API version 48.0 and later) 1. Sample Code: Map < String, OrgLimit > mapOrgLimit = OrgLimits.getMap(); Integer intLimit; Integer intValue; if ( mapOrgLimit.containsKey( ....
In Workbench, we have Streaming Push Topics option to subscribe to Salesforce Platform Event. 1. Go to Queries and select Streaming Push Topics. 2. Enter /event/PlatformEvent__e(Use API Name).
Check the below for Service User or Integration User Best Practices in Salesforce 1. Create separate user account for each service or integration. This will help us to avoid hourly ....
1. Check whether Enhanced Note feature is enabled. 2. Click the Note title to open and edit the Note record.
1. MuleSoft 2. Informatica - https://network.informatica.com/docs/DOC-18224 3. Node.js - https://medium.com/@erasmuss22/subscribing-to-the-salesforce-streaming-api-from-node-js-cf99b7db5394 4. Heroku - https://blog.heroku.com/sf-streaming-api 5. Dell Boomi. https://help.boomi.com/bundle/connectors/page/r-atm-Salesforce_Platform_Events_Connector_5be03def-3af7-4861-af94-b21d9ee79dfa.html
A mail merge is the process of generating form letters and other Microsoft® Word documents that are personalized for the recipient, who is often a contact or lead. The content ....