Salesforce Lightning Aura Component
'Video thumbnail for Auto pop Salesforce Omni Channel Widget'
play_arrow
5:52
Auto pop Salesforce Omni Channel Widget
Auto pop Salesforce Omni Channel Widget

1K views · Jul 25, 2022 infallibletechie.com

openUtility() from Utility API can be used to auto-pop Salesforce Omni-Channel Widget. Blog Post: https://www.infallibletechie.com/2022/07/how-to-auto-pop-salesforce-omni-channel-widget.html

'Video thumbnail for Set Omni Channel status to Busy when Chat is accepted in Salesforce'
play_arrow
4:26
Set Omni Channel status to Busy when Chat is accepted in Sal...
Set Omni Channel status to Busy when Chat is accepted in Salesforce

3K views · Aug 9, 2022 infallibletechie.com

Blog Post: https://www.infallibletechie.com/2022/08/how-to-set-omni-channel-status-to-busy-when-chat-is-accepted-by-the-agents-in-salesforce.html

'Video thumbnail for Create child record with Parent record information using Salesforce Quick Action'
play_arrow
6:33
Create child record with Parent record information using Sal...
Create child record with Parent record information using Salesforce Quick Action

10K views · Sep 1, 2022 infallibletechie.com

Blog Post: https://www.infallibletechie.com/2022/08/how-to-create-child-record-with-parent-record-information-using-salesforce-quick-action.html

'Video thumbnail for Open Salesforce Omni Channel widget on a button click'
play_arrow
3:39
Open Salesforce Omni Channel widget on a button click
Open Salesforce Omni Channel widget on a button click

1K views · Oct 7, 2022 infallibletechie.com

openUtility() can be used to launch Salesforce Omni-Channel widget on click of a button. Blog Post: https://www.infallibletechie.com/2022/07/how-to-launch-salesforce-omni-channel-widget-on-click-of-a-button.html

'Video thumbnail for Agent configured and assigned Omni Channel Capacity using Salesforce Omni toolkit API'
play_arrow
3:27
Agent configured and assigned Omni Channel Capacity using Sa...
Agent configured and assigned Omni Channel Capacity using Salesforce Omni toolkit API

2K views · Jan 25, 2023 infallibletechie.com

Blog Post: https://www.infallibletechie.com/2022/10/how-to-get-agent-configured-and-assigned-omni-channel-capacity-using-salesforce-omni-toolkit.html

'Video thumbnail for Debugging and Troubleshooting Salesforce Lightning Aura Component JavaScipt'
play_arrow
7:27
Debugging and Troubleshooting Salesforce Lightning Aura Comp...
Debugging and Troubleshooting Salesforce Lightning Aura Component JavaScipt

4K views · Mar 6, 2023 infallibletechie.com

Following Options can be used to debug Lightning Aura Component JavaScript Controller. Option 1: console.log() statements can be used. Option 2: Breakpoints in the Browser. Blog Post: https://www.infallibletechie.com/2023/03/debugging-and-troubleshooting-salesforce-lightning-aura-component-javascipt.html

'Video thumbnail for Pass Data from Lightning Aura Component to Visualforce Page in Salesforce'
play_arrow
7:28
Pass Data from Lightning Aura Component to Visualforce Page ...
Pass Data from Lightning Aura Component to Visualforce Page in Salesforce

15K views · Apr 26, 2023 infallibletechie.com

In order to embed Lightning Aura Component in the Visualforce Page component, then Lightning App is required. In order to pass data from Lightning Aura Component to the Visualforce Page Component, then use Lighting Application Event. Blog Post: https://www.infallibletechie.com/2023/04/pass-data-from-lightning-aura-component-to-visualforce-page-in-salesforce.html

'Video thumbnail for Salesforce Chat Timer for Agent and Visitor Last Message'
play_arrow
6:40
Salesforce Chat Timer for Agent and Visitor Last Message
Salesforce Chat Timer for Agent and Visitor Last Message

4K views · Jun 9, 2023 infallibletechie.com

For Salesforce Chat Timer for Agent and Visitor Last Messages, we can make use of Lightning Aura Component. In the Lightning Aura Component, we can make use of lightning:conversationAgentSend, lightning:conversationNewMessage and lightning:conversationChatEnded events to start and reset the Salesforce Chat Timer. Blog Post: https://www.infallibletechie.com/2023/06/salesforce-chat-timer-for-agent-and-visitor-last-message.html

'Video thumbnail for Omni Channel Status from Button using Lightning Component in Salesforce'
play_arrow
5:02
Omni Channel Status from Button using Lightning Component in...
Omni Channel Status from Button using Lightning Component in Salesforce

596 views · Sep 7, 2023 infallibletechie.com

omniToolkitAPI can be used to set Omni-Channel Status from Button using Lightning Aura Component in Salesforce. Blog Post: https://www.infallibletechie.com/2022/04/how-to-set-omni-channel-status-from.html

'Video thumbnail for Salesforce Lightning Web Component Quick Action for Work Order Object'
play_arrow
4:27
Salesforce Lightning Web Component Quick Action for Work Ord...
Salesforce Lightning Web Component Quick Action for Work Order Object

1K views · Sep 8, 2023 infallibletechie.com

We can make use of Salesforce Lightning Aura Component to display Lightning Web Component for Quick Action on the Work Order Object/Entity. Embed the Lightning Web Component on the Lightning Aura Component that is used for the Quick Action. Blog Post: https://www.infallibletechie.com/2023/09/salesforce-lightning-web-component-quick-action-for-work-order-object.html

'Video thumbnail for Download Selected Files using Salesforce Lightning Aura Component'
play_arrow
9:21
Download Selected Files using Salesforce Lightning Aura Comp...
Download Selected Files using Salesforce Lightning Aura Component

36K views · Sep 11, 2023 infallibletechie.com

In Salesforce, we can use Quick Action using Lightning Aura Component to allow users to select the files and download the selected Files. Blog Post: https://www.infallibletechie.com/2023/09/download-selected-files-using-salesforce-lightning-aura-component.html

'Video thumbnail for lightning input date formatting in Salesforce Aura Component'
play_arrow
2:56
lightning input date formatting in Salesforce Aura Component
lightning input date formatting in Salesforce Aura Component

3K views · Sep 13, 2023 infallibletechie.com

lightning:input type="date" formatting dateStyle attribute can be used for lightning:input type="date" formatting in Salesforce Aura Component. Blog Post: https://www.infallibletechie.com/2019/06/lightning-input-typedate-formatting.html

'Video thumbnail for Disable and Enable button in Lightning Aura Component datatable'
play_arrow
5:51
Disable and Enable button in Lightning Aura Component datata...
Disable and Enable button in Lightning Aura Component datatable

24K views · Oct 18, 2023 infallibletechie.com

disabled attribute on the button type in the lightning:datatable can be used to Disable and Enable button. Blog Post: https://www.infallibletechie.com/2018/07/how-to-disable-and-enable-button-in.html

'Video thumbnail for Salesforce Lightning Aura Component lightning input File Upload'
play_arrow
7:15
Salesforce Lightning Aura Component lightning input File Upl...
Salesforce Lightning Aura Component lightning input File Upload

5K views · Oct 28, 2023 infallibletechie.com

Using Salesforce Apex and FileReader() and encodeURIComponent() from JavaScript, we can easily upload a file using Aura Component lightning:input of type file. Blog Post: https://www.infallibletechie.com/2023/08/salesforce-lightning-aura-component-lightning-input-file-upload.html

'Video thumbnail for Salesforce Omni Supervisor Raise:Lower Flag Alerts'
play_arrow
4:14
Salesforce Omni Supervisor Raise:Lower Flag Alerts
Salesforce Omni Supervisor Raise:Lower Flag Alerts

2K views · Jan 4, 2024 infallibletechie.com

lightning:omniChannelWorkFlagUpdated event can be used to notify the agents when they raise or lower the Flag for the Supervisor assistance. Blog Post: https://www.infallibletechie.com/2023/12/salesforce-omni-supervisor-raise-lower-flag-alerts.html

'Video thumbnail for force navigateToURL example in Salesforce Lightning'
play_arrow
6:56
force navigateToURL example in Salesforce Lightning
force navigateToURL example in Salesforce Lightning

791 views · Jan 26, 2024 infallibletechie.com

force:navigateToURL can be used for Navigation in Salesforce Lightning. Blog Post: https://www.infallibletechie.com/2018/02/forcenavigatetourl-example-in.html

'Video thumbnail for Navigate to Salesforce Lighting Aura Component from Web Component'
play_arrow
4:16
Navigate to Salesforce Lighting Aura Component from Web Comp...
Navigate to Salesforce Lighting Aura Component from Web Component

2K views · Apr 4, 2024 infallibletechie.com

lightning:isUrlAddressable should be used in the Salesforce Lightning Aura Component for navigation from the Lightning Web Component. Blog Post: https://www.infallibletechie.com/2024/04/navigate-to-salesforce-lighting-aura-component-from-web-component.html

'Video thumbnail for Listen Salesforce Omni Channel Logout'
play_arrow
4:04
Listen Salesforce Omni Channel Logout
Listen Salesforce Omni Channel Logout

241 views · Oct 27, 2024 infallibletechie.com

ightning:omniChannelLogout can be listened in the Salesforce Lighting Aura Component to listen to the Salesforce Omni-Channel logouts. Blog Post: https://www.infallibletechie.com/2024/10/listen-salesforce-omni-channel-logout.html