How to set Owner for records created by Guest User in Salesforce Experience Cloud?
1. Go to the Preferences.2. Under Record Ownership section, set the Default Owner.Video Reference:
1. Go to the Preferences.2. Under Record Ownership section, set the Default Owner.Video Reference:
"Hide the header region and navigation" should be enabled to hide the Salesforce Experience Cloud Site Header completely. I have used this option to avoid showing Search Bar in the ....
A non-functional requirement(NFR) is a requirement that specifies criteria that can be used to judge the operation of a system, rather than specific behaviours. For example, please check the following:1. Backup ....
1. Select "Lightning Table" in Display As. 2. Select Columns to group by.3. Use Sort By and Then Sort By to do two level sorting.
Equals Count operator can be used to find the count or number of records in Record Collection Variable in Salesforce Flow. Sample Flow: Flow Configurations: ....
1. Go to Deployment Status in Setup.2. Check the Start Time and End Time.
Requirement: Disable View and Edit button when Is_Active__c check box field value is false. Enable View and Edit button when Is_Active__c check box field value is true. Sample Code: Apex ....
In a Asynchronous call, the thread will not wait until it completes its tasks before proceeding to next. Instead it proceeds to next leaving it run in separate thread. In ....
Sample code: Apex Class: public class LightningDualListSearchController { @AuraEnabled( cacheable = true ) public static List < OptionWrapper > fetchAccounts() { List < OptionWrapper > ....
Login Hours is used to restrict users to avoid logging into Salesforce during Non-Login hours. We can specify the timing for each day during which the users are allowed to ....