Hey Salesforce Champions! 👋 Welcome to Day 4 of our Salesforce series! 🎓 Today, we’re cracking the code on Custom Fields – the secret sauce to organizing your CRM data like a pro. Whether you’re a Delhi developer 🧑‍💻, a Mumbai marketer 📊, or a Chennai startup founder 🚀, this guide’s for you!


🧩 Quick Recap: Standard vs. Custom Fields

Standard Fields = Free gifts from Salesforce 🎁 (Auto-created with every object):
1️⃣ Name – Record identifier (e.g., “Senior Developer – Bengaluru”)
2️⃣ Owner – Record owner (Assignable to users like “Priya Sharma”)
3️⃣ Created By – Creator + timestamp (Read-only)
4️⃣ Last Modified By – Last editor + timestamp (Auto-updates)

Real-Time Use Case (Hyderabad IT Firm):
Track who created a “Job Position” and when – crucial for audit trails!

Custom Fields = Your business-specific fields (e.g., Salary ₹PAN Card).


🛠️ Creating Custom Fields: Indian Examples

Step 1: Navigate to Setup

Setup → Object Manager → Select Object (e.g., "Position") → Fields & Relationships → New

Step 2: Choose Data Type (Desi Edition)

Data Type Use Case Indian Example
Currency Salary, Project Budget Min Salary ₹ (Auto-adds ₹ symbol)
Date Joining Date, Deadline Position Close Date (Mandatory!)
Text Area (Long) Job Description Supports 1.3L+ characters! 📜
Checkbox Remote Work Option Work From Home? ✅
Encrypted Text PAN, Aadhaar Masked as •••• 6789 🔒

Pro Tip: Use Help Text (ℹ️) to guide users!
Example: “Enter PAN without spaces” for PAN field.

Step 3: Field Settings (Crucial for Compliance!)

  • Required = Mandatory for critical fields (e.g., Close Date).
  • Default Value = Pre-fill data (e.g., Open Date = Today’s date).
  • Length = Set character limits (e.g., PAN = 10 chars).

 *For “Salary ₹” field: Use 16 length + 2 decimal places for amounts like ₹15,00,000.50!*


🌏 Real-Time Indian Use Cases

1️⃣ E-Commerce (Mumbai):

  • ObjectProduct
  • FieldsDiscounted Price ₹ (Currency), Festival Sale? (Checkbox).

2️⃣ EdTech (Bangalore):

  • ObjectStudent
  • FieldsBoard % (Percent), JEE Rank (Number).

3️⃣ Healthcare (Delhi NCR):

  • ObjectPatient
  • FieldsAadhaar (Encrypted Text), Last Visit (Date).

💡 Pro Tips from the Trenches

  • Browser Cache Issue? Fields not showing? Switch browsers or use Salesforce Classic!
  • Currency Field > Number Field – Always use Currency for money (auto-formats ₹)!
  • Text Area Long for job descriptions (not Text Area)!

Fun Fact: Salesforce adds 4 Standard Fields to every custom object – even chai breaks follow rules! ☕


📝 Your Day 4 Assignment

1️⃣ Create in “Position” Object:

  • Min Salary ₹ (Currency, required)
  • Tech Stack (Text Area Long)
  • Remote Job? (Checkbox)

2️⃣ Create in “Candidate” Object:

  • First Name (Text, 50 chars)
  • Email (Email type – validates @domain)
  • Phone (Phone type – formats +91 numbers)

Stuck? DM me on LinkedIn!


NextPicklists & Field Dependencies – because dropdowns shouldn’t be boring! 😉
Keep shining, future Salesforce Superstars! 🌟
#Salesforce #Day4 #IndianBusiness #CRM #TrailblazerIndia