Assign case to Predefined Case Teams through Assignment Rules in Salesforce
While creating Rule Entry in the Case Assignment Rule, in step 4, add the Predefined Case Teams to share the case in Salesforce.
While creating Rule Entry in the Case Assignment Rule, in step 4, add the Predefined Case Teams to share the case in Salesforce.
lightning:input Base Lightning components are the building blocks that make up the modern Lightning Experience, Salesforce1, and Lightning Communities user interfaces. Beyond being equipped with the Lightning Design System styling, ....
Items to Approve in Lightning Experience 1. Add the Items to Approve component to home page. 2. You can see the Items to Approve on the home page. Items to ....
Sample Code: AccountListController.apex: public class AccountListController { @AuraEnabled public static List < Account > fetchAccts() { return [ SELECT Id, Name, Industry, Type FROM Account LIMIT 10 ]; } } ....
1. Add the Campaign Members related list to the page layout. 2. Use Add Leads and Add Contacts button in the related list to add multiple Leads and Contacts to a ....
Use the Security link beside the Apex Class name in Setup to give access to multiple Profiles at the same time in Salesforce. Check the following steps: 1. Go to ....
1. Create Forgot Username Lightning Component and Apex Class. Apex Class: public without sharing class ForgotUsernameController { @AuraEnabled public static User fetchUser(String emailAddress) { List < User > listUsers = ....
Use the Continuation class to make callouts asynchronously to a SOAP or REST Web service. Visualforce page: <apex:page controller="ContinuationController"> <apex:pageMessage rendered="{!statusBool}" severity="Info" summary="Long running process. So, do not press Start ....
Objects supported in Community Templates - https://developer.salesforce.com/docs/atlas.en-us.community_templates.meta/community_templates/networks_napili_supported_objects.htm Check License Detail section in the below link https://help.salesforce.com/articleView?id=users_license_types_communities.htm&type=5
1. Go to Survey Settings. 2. Enable Surveys and Select the Community. Note: To create surveys that are accessible to people who don’t have Salesforce accounts in your company, select ....