Author Archives: Ramnath

New LWC Features for Developers in Salesforce Summer’23 Release

Salesforce Summer'23 Release

In the Context of Salesforce, Release notes are the official documents published by Salesforce that provide details about the changes, new features, improvements, and bug fixes in each software release. Salesforce Summer’23 Release Notes is the latest release published by Salesforce. Salesforce has posted release notes for every aspect of Salesforce with hundreds of innovations.

Add Simple Products with Custom Options to Grouped Products in Magento 2

In Magento 2, when you create a grouped product, you basically add simple and virtual products to the group. You can also add simple products with custom options to grouped products. Basically, custom options provide some additional choices to the customer for which they pay some additional price. In this article, you will learn to create a simple product with custom options and add it to a grouped product.

What is Process Builder in Salesforce?

Process Builder

In Salesforce, Process Builder is a powerful automation tool that allows users to automate processes and workflows. It is a declarative tool and does not require even a single line of code. By using the process builder, users can almost automate everything from everyday tasks such as approvals and follow-up emails to more complex processes such as order renewals and new-hire onboarding.

Create AI Chatbot in Salesforce with LWC

AI Chatbot in Salesforce

We can create an AI chatbot in Salesforce using Apex classes & LWC or using Fetch API in LWC. In both methods, we use the API key of ChatGPT. ChatGPT is an Artificial Intelligence(AI) chatbot developed by an AI research agency, OpenAI. We can use ChatGPT as a chatbot, virtual assistant, language translator, content generator, etc. In this blog, we use Fetch API in LWC to create the chatbot.