Articles - Page 38
What is Data Skew in Salesforce?
Generic null-check and dynamic field mapping in Apex
Reusable Apex utility to copy non-null fields from a child SObject to parent using SObject.put. Reduce...
Salesforce Trigger Types — Before vs After (Interview Question Answer)
Quickly Creating Cases from the Salesforce Service Console using Utility Actions
A practical guide to building a Service Console utility that lets agents capture case details quickly via an...
Update Only the Latest Child Record for Each Parent (Apex & SOQL Tips)
Use SOQL aggregate queries to pick a single latest child record per parent instead of querying all children — more...
Handling Encrypted SSN in LWC: Show Full or Masked SSNs Based on User Permission
Safely display SSNs in LWC by checking View Encrypted Data in Apex, masking unauthorized users' values, and...
Is there any special permission available to edit read-only fields? Please explain
Get Start and End Dates of the Previous Quarter in Apex
A compact Apex utility to calculate the start and end Date of the previous quarter based on Date.today(). Includes...