
Auto pop Salesforce Omni Channel Widget
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

Set Omni Channel status to Busy when Chat is accepted in Salesforce
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

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

Open Salesforce Omni Channel widget on a button click
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

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

Debugging and Troubleshooting Salesforce Lightning Aura Component JavaScipt
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-troubleshooti

Pass Data from Lightning Aura Component to Visualforce Page in Salesforce
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:/

Salesforce Chat Timer for Agent and Visitor Last Message
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:conversationCha

Omni Channel Status from Button using Lightning Component in Salesforce
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

Salesforce Lightning Web Component Quick Action for Work Order Object
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: ht

Download Selected Files using Salesforce Lightning Aura Component
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-componen

lightning input date formatting in Salesforce Aura Component
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

Disable and Enable button in Lightning Aura Component datatable
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

Salesforce Lightning Aura Component lightning input File Upload
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-lightn

Salesforce Omni Supervisor Raise:Lower Flag Alerts
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

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

Navigate to Salesforce Lighting Aura Component from Web Component
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.ht

Listen Salesforce Omni Channel Logout
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