How to adjust left and side bar width in Salesforce Service Cloud Console?
1. Go to the object page layout. 2. Click Edit button. 3. Go to Custom Console Components. 4. Adjust the width. Output:
1. Go to the object page layout. 2. Click Edit button. 3. Go to Custom Console Components. 4. Adjust the width. Output:
Password Expiration Date is available on the standard Users report type to find the Password Expiration Date for users in Salesforce. So, using the standard Users report type, we can ....
Sample SOQL: SELECT Parent.Profile.Name, sObjectType, PermissionsCreate, PermissionsRead, PermissionsEdit, PermissionsDelete, PermissionsModifyAllRecords, PermissionsViewAllRecords FROM ObjectPermissions WHERE ParentId IN ( SELECT Id FROM permissionset WHERE PermissionSet.Profile.Name IN ( 'System Administrator', 'Read Only' ) ) ORDER BY sObjectType, Parent.Profile.Name The above SOQL will give profile name, object name, create access, read access, edit access, delete access, modify all access and view ....
To see which of your processes are still waiting to execute scheduled actions, see the Paused and Waiting Interviews list on the flow management page. 1. Go to Flows. 2. ....
"System email only" means that Salesforce will only send system-related such as below 1. Email Address Change 2. Security Token Reset 3. Inbound and Outbound Change Sets 4. Sandbox about ....
1. Create Bounced Email report in Salesforce. 2. Use Data loader or execute the below code in Developer Console. List < Lead > listLeads = [ SELECT Id, EMAILBOUNCEDDate FROM ....
Header and Left Sidebar - flexipage:recordHomeLeftSidebarTemplateDesktop Header and Right Sidebar - flexipage:recordHomeTemplateDesktop
1. What is the use of a data category? Data categories are used in Salesforce Knowledge (articles and article translations), Ideas, Answers, and Chatter Answers to help classify and find ....
This issue happens when Email Relay is set up in your Salesforce org and the IPs are not whitelisted properly in the email Server. Go to https://help.salesforce.com/articleView?id=000003652&type=1 to find the IP ....
Salesforce allows us to view more metrics in the Lightning Usage App, including page performance by browser. You can also generate reports using the Lightning Usage App objects.