Webner Blogs - eLearning, Salesforce, Web Development & More

Best Practices for System Integration Testing

Author - Webner
|
0 Comments
|

Define a Comprehensive Plan

Planning is one of the crucial steps in system integration testing and it should be continuously reviewed and updated as the need arises. A well-defined plan ensures that the testing and validation process is completed within the deadlines.

Identify all possible components or Read more…

Graph API in Salesforce

Author - Webner
|
0 Comments
|

The Salesforce Graph API is a powerful tool that allows developers to access and manipulate data within Salesforce. It provides a unified interface for interacting with the Salesforce platform, allowing developers to quickly and easily build applications that integrate with Salesforce. The Graph API provides access to manipulate salesforce data Read more…

Custom Quick Actions on the LWC page when Modal is created using an Aura component

Author - Webner
|
0 Comments
|

Quick Actions can’t be used with Lightning Web components. Let’s say that the record page has a button that, when clicked, integrates an Aura component that displays a modal. On the Lightning Web Component page, the coding is complete, and there are custom Quick Actions in use. In Read more…

Comparable Interface in Apex

Author - Webner
|
0 Comments
|

When we have to sort a custom object list, based on a field, we try doing it by SOQL query ORDER BY but sometimes due to any constraint or some complex requirements we need to sort the list in Apex itself, then we have Sort method but that also does Read more…

Difference Between Limit of Insurance and Limit Of Liability

Author - Webner
|
0 Comments
|

Limit of Insurance: It is the Maximum amount of money insurance companies will pay against your claim. It is the most important aspect when choosing your Insurance. If you exceed the insurance limit you will be responsible for paying those expenses.

Let’s Understand this with the Read more…

Celery Broker

Author - Webner
|
0 Comments
|

A celery broker is an intermediary between a producer and a consumer of messages in a distributed system. It acts as an intermediary to facilitate communication between the two parties. Celery brokers are usually used with message queues, such as RabbitMQ, Redis, or Apache Kafka. The purpose of the broker Read more…

Locators Use in Selenium WebDrive

Author - Webner
|
0 Comments
|

The automation process in selenium can be followed as:

Launching Browser
Opening the desired website to be automated
Locating web elements like textbox
Performing operations on the located web elements like writing in the textbox
Performing assertions like checking the “Success” message

Using Developer Tool

Locating web elements Read more…

Creating an Azure MySQL database and accessing it via MySql Workbench

Author - Webner
|
0 Comments
|

Look for “MySQL” in the search bar at the top of the Microsoft official website and then choose Azure Database for MySQL. Create a MySQL database using the resource group, and don’t forget to change the default pricing tier. As we will need them later, please make a note Read more…

Salesforce Data Loader

Author - Webner
|
0 Comments
|

Data Loader is used to import or export data in bulk. Use it to export, delete, update, or add records to Salesforce.

The client application known as Data Loader must be downloaded directly to the desktop from the Data Management sidebar. A command line interface or user interface can be Read more…

Create a site with Salesforce experience cloud

Author - Webner
|
0 Comments
|

Following are the steps to create a site with Salesforce experience cloud:

Login To salesforce
In the quick search box find All sites and click on the New button.
Select the template as per your requirement. I am using the Insurance Agent portal.

Click on the get started button.

Enter Read more…

Azure Upload Blobs To Storage account using SAS URL (source)

Author - Webner
|
0 Comments
|

//SASToken to pass to the Blobservice client for authentication to source storage account
String sasToken = “SAS Token of source storage account ”;

//connection string to connect to the destination storage account
string connectionString =”connection string of destination storage account”;

//endpoint to pass to the blobservice client
string EndPoint = “base url of Read more…

How to avoid the recursive triggers in Salesforce

Author - Webner
|
0 Comments
|

Recursive Trigger:-

When a trigger is calling itself again and again, this situation is called a recursive trigger, or we can say that a recursive trigger performs the same process multiple times. If we don’t handle this recursive trigger, it can hit the Salesforce governor limits.

Read more…

Access AWS S3 from Lambda within the VPC

Author - Webner
|
0 Comments
|

On the AWS Console, choose VPC service and then Endpoints.

Create a new endpoint and associate it to the AWS S3 service

Choose the service com.amazonaws.us-east-1.s3 with type Gateway

Then select the VPC and Route Table.

Read more…

Celery Overview

Author - Webner
|
0 Comments
|

In today’s fast-paced world, people want everything fast and quickly. Similarly, on the internet, they want their process/request to be completed instantaneously and get the required results in seconds. Small tasks can be executed within a second or microseconds, but heavy tasks like sending emails and fetching Read more…

Features of Celery

Author - Webner
|
0 Comments
|

Celery has a handy structure that reduces the production load using delayed tasks while preparing asynchronous and planned jobs. These are some important features of Celery.

Simple: Celery is easy to maintain and use and it does not require configuration files.
Highly Available: Celery has workers Read more…

How to work with Button to Delete records from List view Page of Subject

Author - Webner
|
0 Comments
|

The below Screenshot is showing delete button on the list view page of the object.

Following is the code for the same (clicking the Delete button on the list view page which will get a list of Ids of select records)

Step.1
Login to salesforce Read more…

Watercraft Insurance and their types

Author - Webner
|
0 Comments
|

What is Watercraft Insurance?

Watercraft insurance mainly contained three types of insurance services personal watercraft insurance, boat insurance, and yacht insurance. If there is any damage that occurred in the water vehicles having a horsepower of at least 25 miles per hour, then this insurance will protect the Read more…

What is National Producer Number?

Author - Webner
|
0 Comments
|

National Producer Number or NPN is a type of identifier assigned to individuals or businesses. Nowadays, It has taken place of the license number. NPN is issued or assigned specially to “insurance-related organizations or activities” to keep the track of individuals and businesses on a national basis.
It is Read more…

What does Guest Liability mean in Insurance?

Author - Webner
|
0 Comments
|

Guest liability is an add-on coverage taken by the owner of a home in their insurance policy that will cover the medical expenses incurred on guests on your property when the guest accidentally got injured. This type of coverage can help the homeowner to cover expenses regardless Read more…

What does Guaranteed Benefit mean in Insurance?

Author - Webner
|
0 Comments
|

To understand ensured term life insurance, one must first understand term life insurance. A term insurance policy is a particularly designed life insurance strategy that provides financial stability to a person’s family in the event of any unanticipated events. An annual payment is paid, just like with other insurance Read more…

1 2 3 4 5 6 ... 70 Next page ›