How to assign users already assigned to roles to a new role or change their role?
I am writing this post since I saw many admins asking how to assign already assigned users to a new role. Since by default the list view is Unassigned Users, ....
I am writing this post since I saw many admins asking how to assign already assigned users to a new role. Since by default the list view is Unassigned Users, ....
Sample REST Class: @RestResource(urlMapping='/Account/*') global with sharing class SampleRest { @HttpGet global static Account doGet() { RestRequest req = RestContext.request; String acctId = req.requestURI.substring(req.requestURI.lastIndexOf('/') + 1); Account result = [SELECT ....
Blank value will be shown if the field values are different. Same value will be show if the field values are same.Custom Mass Quick Actions comes after standard Actions like ....
1. Use the below links to download Data Loader. Windows OS: https://login.salesforce.com/dwnld/DataLoader/ApexDataLoader.exe MAC OS: https://login.salesforce.com/dwnld/DataLoader/ApexDataLoader.dmg 2. Once installed use the Data Loader shortcut icon in the Desktop. 3. Select the ....
To create the Report Folder: 1. Go to Reports tab. 2. Click New Folder button. 3. Enter Label and Name. To share the Report Folders: 1. Go to Reports tab. ....
Get data from rep’s Gmail, Google Contacts, and Google Calendar into Salesforce. Reps can view and search relevant Salesforce records from their Gmail, then relate important email to Salesforce records ....
"Store Only Aggregated Code Coverage" should be disabled to find reliable code coverage.https://help.salesforce.com/s/articleView?id=000332406&type=1. 1. Go to Apex Test Execution. 2. Click "Options". 3. Disable Store Only Aggregated Code Coverage.
This issue can be solved by making the Case Owner field blank in Case Settings. Case Owner field is used to find the owner of the case, which can be ....
disabled attribute on the button type in the lightning:datatable can be used to Disable and Enable button. Sample Code: Apex Classes: Wrapper Class: public class AccountWrapper { @AuraEnabled public String ....
Organization Level: 1. Go to Activity Settings. 2. Deselect Enable Activity Reminders under Activity Settings Salesforce. User Level: 1. Go to My Settings or Activity Reminders under My Personal Information. (or) ....