Tag Archives: Salesforce Custom object

How to Manage Picklist Dependencies and Fix Value Mismatches in Salesforce

In Salesforce, managing picklist dependencies helps users select valid and consistent options based on related fields. When picklist values don’t match their expected dependencies or some values are missing, it can cause data errors and affect reporting accuracy.By properly setting up Field Dependencies, you can fix these mismatches, control available picklist options dynamically, and improve… Read More »

Custom Approval Process in Salesforce – Part 2

In continuation to our previous blog, where we worked on the UI for Approver. In this blog, we will be working on the functionality & also build UI. ApproverOrReject.cmp The above code will create the UI for the Approver Screen as shown below, Approver Screen Here Approver can write their comment prior to Approval or Rejection… Read More »

Custom Approval Process in Salesforce – Part 1

In this blog, we will discuss how to Create Custom Approval Process. But, the Purpose of creating Custom Approval Process is when the client wants any addition in Approval UI or any validation on Approval screen then we can’t achieve that because of Standard Functionality, so then we have created our own Approval Process. So… Read More »

Creating Global Picklist Value Set in Salesforce

A Global Picklist Value Set in Salesforce means a picklist which you can access for all salesforce objects. In other words if you are creating any picklist, this picklist you can use for your Account, Lead, Opportunity and custom object etc. A global picklist in salesforce is a restricted picklist by nature. Only a Salesforce… Read More »