Users tab alternative in Salesforce
Users tab alternative in Salesforce is People Tab. Note: People tab shows only the active users in the organization. For Inactive users, go to Setup --> Manage Users --> Users ....
Users tab alternative in Salesforce is People Tab. Note: People tab shows only the active users in the organization. For Inactive users, go to Setup --> Manage Users --> Users ....
1. Create a button "Search in LinkedIn" in Contact object. Use "Execute JavaScript" as the Behavior. In OnClick JavaScript, use the following: window.open( 'https://www.linkedin.com/search?lname={!Contact.LastName}&fname={!Contact.FirstName}"); This will allow us the search ....
https://www.infallibletechie.com/2016/05/salesforce-lightning-tutorial.html The best source for Salesforce Lightning Component Study Guide is https://www.salesforce.com/services-training/learnlightning.jsp Note: For examples and practical exposure to Salesforce Lightning Component, kindly search in this site using search option. I have ....
Go to Ideas tab and create an idea. Sample Visualforce page: <apex:page id="thePage"> <apex:form > <apex:vote objectId="087U00000004ZU7"></apex:vote> </apex:form> </apex:page> here "087U00000004ZU7" is id of an idea created. Output: ....
Sample Code: <apex:page id="thePage"> <apex:toolbar id="theToolbar"> <apex:outputText value="Sample Toolbar"/> <apex:toolbarGroup itemSeparator="line" id="toobarGroupLinks"> <apex:outputLink value="https://www.infallibletechie.com">Infallible Techie</apex:outputLink> <apex:outputLink value="http://www.salesforce.com">Salesforce</apex:outputLink> ....
Sample Code: <apex:page > <apex:panelBar > <apex:panelBarItem label="Item 1">Panel Bar Example 1</apex:panelBarItem> <apex:panelBarItem label="Item 2">Panel Bar Example 2</apex:panelBarItem> ....
A Visualforce page with attribute standardController with an object name can be referenced inside the page layouts of the object. This is nothing but Inline Visualforce page. Sample Visuaforce page: ....
To know about Duplicate management in Salesforce, use the below link https://www.infallibletechie.com/2015/05/duplicate-management-in-salesforce.html Follow the below steps for setting up Duplicate Management in Salesforce 1. Go to Setup --> Administer --> ....
Maintaining clean and accurate data is one of the most important things you can do to help your organization get the most out of Salesforce. Use Data.com Duplicate Management to ....
Salesforce Adoption Manager guides users with customized suggestions based on how they use Salesforce and the Salesforce1 mobile app. Help your users succeed with tips on actions they can take ....