How to avoid duplicates while importing Accounts or Contacts in Salesforce?
1. Go to Setup --> Administer --> Data Management --> Import Accounts/Contacts. 2. Select Matching type for avoiding duplicates. Cheers!!!
1. Go to Setup --> Administer --> Data Management --> Import Accounts/Contacts. 2. Select Matching type for avoiding duplicates. Cheers!!!
1. Go to Setup --> Administer --> Data Management --> Import Solutions. 2. Select Yes under Do you want to prevent duplicates from being created? Cheers!!!
1. Go to Setup --> Administer --> Data Management --> Import Leads. 2. Select Matching type for avoiding duplicates. Cheers!!!
1. Go to Setup --> Administer --> Data Management --> Import Custom Objects. 2. Select Yes under Do you want to prevent duplicates from being created? Cheers!!!
Rename Tabs and Labels in Salesforce Setup can be used to rename related list. Check the following steps for reference. 1. If the child object is a custom object: From ....
Rename Tabs and Labels in Salesforce Setup can be used to rename related list. Check the following steps for reference. 1. From Setup, go to Customize > Tab Names and ....
Sample Code: Schema.DescribeSObjectResult r = Directory_Edition__c.sObjectType.getDescribe(); String URLforObj = URL.getSalesforceBaseUrl().toExternalForm() + r.getKeyPrefix() + '/o'; Cheers!!!
To find the browsers used by the users for Salesforce login, go to Setup --> Administer --> Manage Users --> Login History. Cheers!!!
Starting from Summer '15, Salesforce will end their support for Microsoft IE 7 and IE 8 for Salesforce. After Summer '15, new features will no longer work in these features. Why Microsoft IE ....
Sample Code: <apex:page> <script type='text/javascript'> function noenter(ev) { if (window.event && window.event.keyCode == 13 || ev.which == 13) { ....