How to enable and disable global header(menu for communities)?
1. Open the user's profile. 2. Select "System Permissions". 3. Enable or disable "View Global Header" check box to enable and disable global header. Cheers!!!
1. Open the user's profile. 2. Select "System Permissions". 3. Enable or disable "View Global Header" check box to enable and disable global header. Cheers!!!
Salesforce Knowledge is a knowledge base where users can easily create and manage content, known as articles, and quickly find and view the articles they need. After you set up ....
Dyanamic Appoval basically to allocate the Approver dynamically. Dynamic approval process is used to route approval requests to users listed in lookup fields on the record requiring approval. In this, ....
Profile is a collection of Settings and Permissions which determines 1. What users can see on the UI 2. What functionality users can access 3. What records users can view, ....
The new USING SCOPE clause for SOQL queries lets you limit results by filterScope. Syntax: SELECT column_name FROM table_name USING SCOPE filterScope_value filterScope_value can take one of the following enumeration ....
1. Go to Setup --> Build --> Customize --> Solutions --> Solution Categories. 2. Add a Solution Category by clicking "Add Solution Category". 3. Save the Solution Category. 4. Go ....
When you face Failed to login: SERVER_UNAVAILABLE issue, kindly check https://trust.salesforce.com and check your server status. This issue usually is from Salesforce. It's a temporary issue and it will be normal ....
Sample Code: Visualforce page: <apex:page id="pg" controller="Sample"> <apex:actionstatus id="counterStatus"> <apex:facet name="start"> <div class="waitingSearchDiv" id="el_loading" style="background-color: #fbfbfb; height:100%;opacity:0.65;width:100%;"> <div ....
If you face Change Ownership causing Insufficient privileges issue in Salesforce, check whether Transfer Records permission is enabled for the profile. 1. Go to Setup --> Administer --> Manage Users ....
To clear code coverage results in all Apex classes, Go to Developer Console --> Test --> Clear Test Data. This is used to clear code coverage results in all Apex ....