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
Login Flow in Salesforce
Before we access our salesforce org, login flow directs users through a login process. Using Login flow, we can participate and change the login process of Salesforce. Once the user is authenticated by Salesforce, the login flow directs the user
PDF Viewer Using Web Viewer
Pdf viewer is used for viewing pdf using javascript. We can Add a PDF.js viewer to any application with out-of-the-box annotations, PDF form filling, and signing. A free in-browser PDF viewer is PDF.js Express Viewer. It contains capabilities like text
Send SMS using TWILIO in Laravel
To put it into action, take the following steps: Install the TWILIO package using the command given below: composer require twilio/sdk Now, we require three credentials from the Twilio platform (https://www.twilio.com/console and https://www.twilio.com/console/phone-numbers/incoming). Account SID Auth Token Phone Number Now
useRouter in NextJs
Routing – The file-system-based router in Next.js is based on the idea of pages. A file becomes immediately accessible as a route when it is added to the page’s directory. The majority of typical patterns can be defined using the
How to send data from the Parent component to the Child component in LWC
The Lightning Web Component (LWC) is widely used over the salesforce platform to build components that can work dynamically and are a combination of Custom HTML and modern JavaScript. Depending on the need, they can be displayed over Home Page,
Introduction to the rabbitmq message broker
Introduction: RabbitMQ is a message broker software that enables different systems and applications to communicate with each other in a distributed environment. It provides a reliable messaging solution that implements the Advanced Message Queuing Protocol (AMQP). In this post, we
Slack Integration With Laravel
Firstly, create a slack channel with the (composer requires laravel/slack-notification-channel ) command. Create a notification in the laravel project with the command (php artisan make: notification SlackNotification). Create toSlack method in the SlackNotification. Add routeNotificationForSlack in the user model to
Waiver of subrogation in Insurance
Subrogation: When an insurance company keeps a right to legally pursue a third party (who was at fault) that can cause a claim loss to the insured, this is called as subrogation. Most of the time, an individual insurance company
What is LightningAlert in LWC
LightningAlert is a new feature that comes in the summer 22 release. Chrome and Safari decided not to support window.alert so salesforce provides an inbuilt feature called LightningAlert. To use this feature first, we need to import LightningAlert. Example: