What is the purpose of “without sharing” keyword?
Even though a class without any sharing keyword by default is without sharing, the calling class will determine. If a with sharing class calls a class without any sharing keywords, ....
Even though a class without any sharing keyword by default is without sharing, the calling class will determine. If a with sharing class calls a class without any sharing keywords, ....
Apex Class: public class LeadMerge { @future public static void updateLeadAfterMerge(Map<Id, String> mapLeadIdLeadSource) { List<Lead> listLead = new List<Lead>(); ....
The Clone button on a product quickly creates a new product with the same information as the existing product. Cloning products also creates any price book entries in price books ....
1. Go to Setup --> Build --> Customize --> Leads --> Auto-Response Rules. 2. Select the Active Auto Response Rule. 3. Click "Edit". 4. Uncheck Active check box and click ....
1. Open Tagging 2. Guided Tagging 3. Restricted Tagging Cheers!!!
Understand these restrictions before you include approval processes in change sets. If the approval page fields include any custom fields on standard objects, you need to manually add those custom ....
1. Create a VF page with standardController="CampaignMember". Sample Code: <apex:page standardController="CampaignMember" extensions="Sample"> </apex:page> 2. Go to Setup --> Build --> Customize --> Campaigns --> Buttons, Links, and Actions. 3. Click ....
Opportunities are automatically assigned to territories based on the following actions: • Creating a new opportunity Opportunities that you create are automatically assigned a territory when you meet both of ....
Check the below link for setting up Salesforce entitlements. https://help.salesforce.com/HTViewHelpDoc?id=entitlements_setting_up.htm&language=en_US To implement Entitlements, below are important steps 1. Enable Service Cloud 2. Choose the Entitlement Model i. Entitlements Only ....
If this option is checked, the Create New | Content Pack option displays on the Libraries tab and users can create content packs from any documents or files in their ....