Custom Metadata Types vs Custom Settings vs Custom Labels 💬 In plain words: Three lookalikes: Custom Metadata = configuration that DEPLOYS with your code (best for app settings). Custom Settings = org/user-specific values, changeable at runtime (hierarchy type is great for bypass switches). Custom Labels = translatable text for the UI. 📌 Example: API endpoint URLs per environment → Custom Metadata (deploys with code, sandbox vs prod values). A 'Bypass_Automation__c' checkbox an admin flips during data load → hierarchy Custom Setting. The word 'Submit' translated to Hindi → Custom Label. 🎬 Real-Life Example: The Fee Table Trapped Inside Code Skyline charges a different delivery fee per city. Apex needs those rates on every booking. The Old/Bad Way: if (city == 'Delhi') fee = 50. Else if (city == 'Mumbai') fee = 65. … Every rate change is a code change, a test run, and a deployment. Why this is bad: Business data is trappe...
Salesforce Icons at One place. Here is the place where you can find saleforce icons for your formula fields, page messages. How ot Use these Icons? IF ( Amount > 100, IMAGE(" /img/icon/bridge32.png ", "Green"), IF ( Amount > 50, IMAGE(" /img/icon/campaignmember32.png ", "Yellow"), IMAGE(" /img/msg_icons/securityconfirm48.gif ", "Red"))) <apex:image value=" /img/arrow_dwn.gif " /> Sample Images of progress bar.- Progress Bar on Field Due date Error on Field View saleforce Icons ... Salessforce Icons at One place