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...
lets start... 1. UW CSE Indenter Tool :- This tools mainly useful for developer. This helps to fix indentation in their code. It supports below languages- Java/JS/C/CSS PHP/Perl/ASM/Bash HTML/XML Standard ML Scheme / Lisp Link :- UW CSE Indenter Tool 2. JOSN2Apex :- Create an apex class and their test class using this tool. Just paste your JSON and get class. Link:- Json2Apex 3. Diff Checker:- This tool is to compare text differences between two text files. Link :- Diff Checker 4. Text Compare :- This is purely online tool for text comparison. Just paste your text and find the differences. Link:- Text Compare 5. Code Beautify :- You can find many many tools here like converter, number utilities, Editor, Compressor etc. Link :- Code Beautify 6. Certificate Tool :- This tool is useful to generate X509 Certificate. Link:- Certificate Tool 7. Online file Convers...