salesforce-case-key-handover-date-directly-on-case-object
In the Runwal Salesforce org, Key_Handover_Date__c is a Date field directly on the Case object — not accessed via an Opportunity relationship. For SOQL filters on case aging from Key Handover Date, use Key_Handover_Date__c directly. The Opportunity relationship is Opportunity__c (lookup) accessed as Opportunity__r for cross-object filters like StageName.