escape attribute in Salesforce Visualforce
escape attribute in Salesforce Visualforce is used to determine whether the HTML and XML characters should be escaped in the HTML output generated by the component or not. For example, ....
escape attribute in Salesforce Visualforce is used to determine whether the HTML and XML characters should be escaped in the HTML output generated by the component or not. For example, ....
1. Go to Setup --> Administer --> Data Management --> Import Custom Objects. 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 Solutions. 2. Select Yes under Do you want to prevent duplicates from being created? Cheers!!!
1. Go to Setup --> Administer --> Data Management --> Import Accounts/Contacts. 2. Select Matching type for avoiding duplicates. 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 ....
Use the following sample code for reference to get the URL for the object tab in Salesforce using Apex. Sample Code: Schema.DescribeSObjectResult r = Account.sObjectType.getDescribe(); String URLforObj = URL.getOrgDomainUrl(); URLforObj += ....
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 ....