Callout from Record Triggered Flow in Salesforce
Step 1: We need to create a flow of Record triggered types. Select an Object and configure the trigger according to the requirement. Set Entry Condition: Add the condition for which this record triggered flow fired. For example here, if
Integration of Salesforce with Gmail
Salesforce and Gmail are two different platforms. One helps in keeping customer accounts, tracking leads, and providing proper details regarding customer engagement and conversion, the other one helps in sending emails to customers and also creates threads for related emails.
How to create a public site in Salesforce
To create a public site in Salesforce, you can follow these steps: Enable Public Access Settings: First, ensure that your Salesforce org has public access settings enabled. To do this, go to “Setup” in Salesforce, search for “Public Access Settings”
How to use Carousel/Slider in Salesforce
A carousel or slider is a collection of images that display one after another. It is used across many websites for the purpose of attraction or to make your website’s home page look good to the visitor. A carousel can
Load Balancing in Azure: Achieving Scalability and High Availability
Introduction In the current era of cloud computing, ensuring the scalability and high availability of applications is crucial for businesses. An essential component in achieving these goals is load balancing. In this technical post, we will explore load balancing in
What is the meaning of verbal limit in Insurance Coverage
The term “verbal limit” is not one that is commonly used in the insurance sector when discussing insurance coverage. It’s possible that you’re referring to a particular term or clause that an insurance company uses. As insurance terms and conditions
Grid.js Library – Sorting issue for words/strings
It is a library to show data in tabular form gracefully. It is a free and open-source javascript library plugin. Please check this link to work with the Grid.js library. This library helps in sorting, searching, and styling tables without
How to view pdf documents using the pdf.js library
Introduction: PDF.js is a library we can use to view pdf documents using javascript and HTML. This library comes handy in many scenarios such as showing a preview of a pdf document to the users when they upload it using
Gateway in Python
A gateway, in networking terms, is a device or software application that acts as a bridge between different networks. In Python, a gateway can be implemented using various libraries, such as sockets. In this blog, we will be discussing how
New Features in Laravel 10.4
With the release of version 10.4, the Laravel team added the File::json() function, changed existing HasMany connections to HasOne relationships, added a new test response assertion, and more. File::json() method The File::json() function was added by Laravel 10.4 to make