Supported Routing Types in Salesforce Messaging
It supports1. Queue-Based Routing2. Skills-Based Routing
It supports1. Queue-Based Routing2. Skills-Based Routing
1. Create a custom component for Theme layout.Component:<aura:component implements="forceCommunity:themeLayout" controller="UserInfoController"> <aura:attribute name="search" type="Aura.Component[]" required="false"/> <aura:attribute name="profileMenu" type="Aura.Component[]" required="false"/> <aura:attribute name="navBar" type="Aura.Component[]" required="false"/> <aura:attribute name="footer" type="Aura.Component[]" /> <aura:attribute name="imgSrcVal" type="String"/> ....
Use Related List - Single standard component on Lightning Record Page.
1. Click Page Structure.2. Click the Code Editor icon.
For example, if two contacts are merged, only the delete and update contact triggers fire. No triggers for records related to the contacts, such as accounts or opportunities, fire.1. The ....
Switch to Classic if it is not available in Lightning Experience. Help Article - https://help.salesforce.com/articleView?id=000315103&type=1&mode=1 1. Open Topics for Objects from Setup. 2. Enable Topics for Knowledge object.
Setup - https://www.infallibletechie.com/2019/11/how-to-schedule-flow-in-salesforce.html 1. It runs as Automated Process User. So, use Automated Process User in Debug Logs. 2. When calling Apex Class, it is bulkified.Sample Code:global class FlowSchedule { @InvocableMethod( ....
IsFrozen in UserLogin is used for Freeze or unfreeze.So, fetch the UserLogin records and mass update.Referene Link - https://help.salesforce.com/articleView?id=000337702&language=en_US&type=1&mode=1 Data Loader can be used for Export and Import.
1. Go to Entitlement Settings.2. Enable "Show the time remaining in actual hours, not business hours". Reference Link - https://help.salesforce.com/articleView?id=entitlements_milestone_tracker.htm&type=5
1. Numeric conversion, unary +The plus + exists in two forms: the binary form that we used above and the unary form.The unary plus or, in other words, the plus ....