Deepika Khanna

Avatar of Deepika Khanna
Global Picklist Define Globally and Use them Locally Featured Image

Global Picklist: Define Globally and use them locally

Introduction: One Change, Zero Headaches Picture this: you’re a Salesforce Admin at a growing company. You’ve built picklist fields for “T-Shirt Sizes” on Accounts, Contacts, and a custom object called Orders. Everything is working fine — until your manager walks in and says, “We’re switching to numeric sizing: 48, 50, 52. Can you update the […]

Global Picklist: Define Globally and use them locally Read More »

Deployments in salesforce

Deployments in Salesforce: Sandbox and Metadata Migrations

If you’ve ever worked in Salesforce, you’ve likely heard the phrase “metadata migration.” But what does it actually mean — and why does it matter so much for Salesforce Admins and developers? Whether you’re moving changes from a sandbox to production, synchronizing configurations between departments, or managing a full org-to-org migration, understanding sandbox and metadata

Deployments in Salesforce: Sandbox and Metadata Migrations Read More »

Salesforce Lightning Inspector Featured Image

Salesforce Lightning Inspector: New developer tool for google chrome

Introduction: Debugging Salesforce Apps Just Got a Whole Lot Easier If you’ve ever stared at a blank screen after deploying a Lightning component and thought, “Why isn’t this working?” — you’re not alone. Debugging Salesforce applications has historically been a frustrating experience, especially when you’re working with component-based frameworks where the DOM is dynamically generated

Salesforce Lightning Inspector: New developer tool for google chrome Read More »

Integrating External App in Salesforce Featured Image

Integrating External application / External data into Salesforce using Heroku External objects and Heroku Postgres addon

Salesforce is a powerhouse CRM, commanding over 21% of the global CRM market — more than Microsoft, Oracle, SAP, and Adobe combined. But your business doesn’t live in Salesforce alone. Data exists in ERP systems, legacy databases, third-party SaaS apps, and cloud platforms. This guide breaks down every major method for integrating external applications and

Integrating External application / External data into Salesforce using Heroku External objects and Heroku Postgres addon Read More »

Apex -triggers in Salesforce with example

Apex trigger is a piece of code which executes when an event ocurrs. It executes when a record is Inserted,Deleted or updated from the force.com database. Syntax: [sourcecode language=”java”] trigger <NameOfTrigger> on ObjectName (trigger_events) { //what trigger can do } [/sourcecode] These are the events on which trigger get fires: Insert Update Delete Merge upsert

Apex -triggers in Salesforce with example Read More »

10 most popular Git commands to collaborate efficiently Featured Image

10 most popular Git commands to collaborate efficiently

Introduction: Why Git Skills Matter for Salesforce Professionals If you’re learning Salesforce development — or already working as a Salesforce admin moving toward a developer role — there’s one tool you’re going to encounter in almost every professional team: Git. Git is the industry-standard version control system used by development teams worldwide. Whether you’re building

10 most popular Git commands to collaborate efficiently Read More »