search.lookupFields (Preferred for Performance) Pros: ✅ Faster execution – Retrieves only the required fields instead of loading the entire record. ✅ Lower governance cost – Uses fewer script governance units (2 units vs. 10+ for record.load). ✅ Ideal for simple lookups – Useful when fetching a few fields (e.g., getting a status, subsidiary, or custom… Continue reading When to Use lookupFields vs. record.load