Case Creation Form in Salesforce Agentforce Agent
In this Blog Post, we are going to see how to display Salesforce Lightning Web Component to create Case record when the Agentforce Session is escalated and agents are not ....
In this Blog Post, we are going to see how to display Salesforce Lightning Web Component to create Case record when the Agentforce Session is escalated and agents are not ....
Gain granular control over the look and feel of your Salesforce Messaging for Web chat interactions. The lightningSnapin__MessagingTextMessageBubble target facilitates the inclusion of Lightning Web Components, providing a mechanism to ....
Salesforce Models API provides Apex classes and REST endpoints that can be used in your application to interact with the large language models (LLMs) from the Salesforce partners, including Anthropic, ....
In this Blog Post, I have used Salesforce Lightning Web Component to invoke the Google Vertex AI Agent. Please check the following for the prerequisites. https://www.infallibletechie.com/2025/03/invoke-google-vertex-ai-agent-from-salesforce-apex.html Sample Code: Apex Controller: ....
sendTextMessage() and setAgentInput() methods from Salesforce lightning-conversation-toolkit-api can be used in the Lightning Web Component to send message and set message in the Enhanced Conversation Component in the Lightning Record ....
In this Blog Post, Conversation Entries retrieval is for enhanced messaging channels and not for the standard messaging channels. https://www.infallibletechie.com/2024/03/how-to-get-conversation-entries-for-salesforce-enhanced-channels.html To display Salesforce Conversation Entries in Tabular Format, we can ....
Salesforce Models API can be used for LLM Model selection for conversation summary. https://www.infallibletechie.com/2025/03/salesforce-models-api.html In this Blog Post, I have used Custom Metadata Type to store the Model Name and ....
The GraphQL wire adapter can be used to fetch/retrieve and display Custom Metadata Type records in Salesforce Lightning Web Component without using Apex. Sample Custom Metadata Type: Sample Lighting Web ....
We can securely and seamlessly access the Salesforce Agent APIs from Lightning Web Component using Apex. Salesforce Agent API Setup: https://www.infallibletechie.com/2025/02/salesforce-agent-api.html In order to store the Consumer Key, Consumer Secret, ....
We can download the content as text file in Salesforce Lightning Web Component by creating an anchor element and making use of the click() method. In this following sample Lightning ....