Hi Everyone !!! Today i am going to discuss one of the feature that is recently in winter 21. As i had previously discussed using custom notification from Process builder and Flows. You can read the blog from here if not read already. So lets discuss the how can we use custom notification using apex … Continue reading Custom Notification through Apex
Object Relationship in Salesforce

What are Objects in Salesforce?Objects are database tables that allow us to store data specific to the organization in salesforce. There are 2 types of Object i.e. Standard Object and Custom Object. What is Object Relationship?Create relationships to link objects with each other, so that when users view records, they can also see related data. … Continue reading Object Relationship in Salesforce
Field Service Lightning in Salesforce Part 2

In this blog post we will explain you how to Install and Activate the Field service lightning app in the Salesforce . There are two steps : Activate the FSL Setting in the Org Installation of Managed Package. Activate the FSL Setting in the Org: Steps: From Setup, enter Field Service Settings in the Quick Find box, … Continue reading Field Service Lightning in Salesforce Part 2
Field Service Lightning In Salesforce Part 1

Hi Friends, We are starting new Field Service Lightning Blog Series. Here we will take you through the key topics of FSL. Field service Lightning is a powerful, highly customizable feature of salesforce that can help you to set up the mobile-friendly environment to manage field service workforce. Use of Field Service: Seamlessly Connected to Your … Continue reading Field Service Lightning In Salesforce Part 1
Dependent Picklist in LWC
Today i am going to share how to create a field dependency in LWC component. We are using Custom fields on Account that are Upsell(UpsellOpportunity__c) and SLA(SLA__c). We created the field dependency on Object level using these field as shown in image below. So now we are all set to work LWC Component: Html: <template> … Continue reading Dependent Picklist in LWC
You must be logged in to post a comment.