Salesforce Chat Offline Contact Creation
By default, we can create case from Offline Support Form. So, in order to create Contact record, we can capture the Contact details by creating additional fields in Case object ....
By default, we can create case from Offline Support Form. So, in order to create Contact record, we can capture the Contact details by creating additional fields in Case object ....
To Embed Flow in Salesforce Lightning Web Component, lightning-flow tag can be used. Check the following sample Lightning Web Component and Flow for reference. Sample Flow: Salesforce Flow Welcome Screen Configuration: ....
Sample Flow: Start Configuration: Update Contact Configuration: Output: https://youtu.be/hDepxzTzId0
There are multiple ways to send Slack Message from Salesforce Flow. In the Following Example, I am using Service Cloud for Slack setup used for Swarming. For Service Cloud for ....
Prerequisites: 1. Initial Slack Setup completed. 2. Service Cloud for Slack Enabled. 3. Sign up and create a Workspace in Slack - https://slack.com/get-started#/createnew. 4. Install Service Cloud for Slack App. ....
Sample Flow: accountId Input Variable: accountName Output Variable: Sample Code: Map < String, Object > flowParams = new Map < String, Object >(); flowParams.put( 'accountId', '0013t00002XXRyDAAX' ); Flow.Interview.Account_Auto_Launched_Flow myFlow = ....
Using record triggered Flow on Survey Response object, we can create Case in Salesforce when the Survey rating is less than or equal to 3. Sample Survey: Sample Flow: Start ....
Flow: Fetch Active Field Definition: Active Picklist Field Values: Loop Account Active Picklist Values: Current Active Value Assignment Configuration: Output: https://youtu.be/k6EsywgKpUk
To show Picklist Field Values Dynamically in the Salesforce BOT, use Flow to fetch Picklist values from the Picklist Value Info Object and use it as the Dynamic choices in ....
To fetch Picklist Field Values in Salesforce Flows, use Get Records Element on Picklist Value Info object/entity. To iterate each value and check, I used Loop element. https://youtu.be/FHKZQYGs3Ec