Category: Salesforce Talk
-
Introduction to Lightning Web Components (LWC)

What is LWC? Lightning Web Components (LWC) is a modern web-based UI framework introduced by Salesforce. It is built using standard web technologies like JavaScript, HTML, and CSS, enabling developers to create efficient and scalable applications on the Salesforce platform. Why Use LWC? LWC provides several advantages over previous frameworks…
-
LWC Blog Series: From Basics to Advanced

Target Audience: Beginners who want to learn LWC step by step. 1. Introduction to LWC 2. LWC Component Structure & Lifecycle 3. Data Binding in LWC 4. Events in LWC 5. Lightning Data Service & Apex Integration 6. Navigation & Page Redirection in LWC 7. LWC Styling & SLDS 8.…
-
Apex Trigger Framework

Triggers are Apex scripts that execute before or after data manipulation events, such as before or after records insert, update, or delete. They are written to perform tasks that can’t be done by using point-and-click tools in Salesforce. But writing ✍️ Trigger in proper way with proper design makes it more…
-
Start With: Lightning Web Components

Disclaimer: This is not a guide and don’t contain complete information. This document is like handwritten notebook, which will help you to start building LWC components from zero. Introduction: Lightning web components are custom HTML elements built using HTML and modern JavaScript. Lightning Web Components is lightweight and delivers exceptional…
-
A Talk# 7 – Data Security (Organization Level Security)

Hello Friends, Welcome to Talk#7. In this talk, I will explain how to manage Organization Level Security. This is set by maintaining a list of authorized users, setting password policies, and limiting login access to certain hours and certain locations. So, the setups include: Create user Set Password Policies Set…
-
A Talk# 6 – Data Security (Overview)

Hello Friends, Welcome to Talk#6. Today I am going to explain the basics of data security in salesforce. Data is always very important for any type of business. And above to this, securing data is most important. Because if data is misused/any unauthorized access to data can lead to failure…
-
A Talk# 5 – Salesforce Fields, Record Types & Relationships basic understanding

As we have already discussed objects, let’s start with fields & relationships. Let’s go back to our college days. Remember as an obedient students, sometimes we have to prepare an excel sheet to maintain details of our friends who haven’t submitted assignments. So we name that excel as an assignment…
-
A Talk# 4 – Salesforce Objects

You might be wondering why we jumped to this discussion. Don’t worry you will get to know. Before you start your development in any technology, it is important you understand how you need to manage the data model, and then only you will be able to build your solution on…
-
A Talk# 3 – Overview

Hi All, So in our previous talk, we learned how to start our journey in salesforce. Now let’s dig more into it. For the 1st time when you enter your login id and password, you will land on the Salesforce Home setup page. This is the default landing page. Note:…
-
A Talk# 2 – How to Start?
Hi Friends, Welcome to this talk. Hope you have enjoyed our previous talk and was useful for you. Well as you have a brief idea about Salesforce. Now you might have the question, where and how to start with it??? Don’t worry we will discuss that in today’s talk. As it’s…
