apex:panelBar example
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> ....
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 ....
1. Login into your Twitter account. 2. Tweet to AskSalesforce. Sample Tweet: Cheers!!!
1. Go to Developer Console. 2. Go to File --> New --> Lightning Component. 3. Enter Name and Description and click "Submit" button. 4. Enter some Text between <aura:component> and ....
1. Go to Setup --> Accounts --> Account Teams. 2. Click "Disable Account Teams". 3. Deselect the Account Teams Enabled check box and click "Save" button. Cheers!!!
1. Give Namespace to your Salesforce organization. For giving Namespace, follow the below link https://www.infallibletechie.com/2015/05/whats-namespace-in-salesforce.html 2. Go to Setup --> Develop --> Lightning Components. 3. Enable Lightning Components. Cheers!!!
Namespace is 1-15 character alpha numeric Id. Note: Namespace should be globally unique across all the Salesforce.com organizations. Follow the below step to set Namespace 1. Go to Setup --> ....