Tag: salesforce
-
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…
-
How to Set-Up VS Code for Salesforce (Simplest way to follow)

When it come to setup VS Code, sometime its quite confusing. So I thought to make a step-by-step guide to make life easier while setting up VS Code for Salesforce for the first time. So, let’s start. Below are the steps you need to perform; 1. Install the Command Line…
-
Lightning Component / LWC functionalities are no more working for some profiles.

Recently (after 12th September 2020) the lightning component / LWC functionalities are no more working for some profiles. So this is due to the recent release enforced on preview instances in Winter 21. Release details: An authenticated user can access an @AuraEnabled Apex method only when the user’s profile allows access to…
-
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…
-
Unable to find Custom picklist field values to translate in translation workbench?

Its was like an another regular day for me. I got the requirement to add translation to existing picklist field values. The value list was quite long, nearly more than 20. I thought it was so easy and kept for my EOD (concept was, if EOD is good then all…
-
How to restrict user to create multiple records (One record per user scenario) using Duplicate rule?

This can be achieved by different solutions. Like, Validation rule Duplicate rule Trigger In this use-case, we will see how to achieve this using a simple Duplicate rule. 1st I have created a custom object called ‘Passbook’ and added below custom fields and marked as ‘Required’. Customer Mobile Number Customer…
-
Salesforce interview preparation – Overview

Now a days Salesforce interviews are becoming tougher. So should you be worry for that? The answer is both Yes & No. Why Yes? So, if you have not worked on any Salesforce projects and you are a cross – trained salesforce resource, then you may have a very bad…

