Session Objective
Explain what Jimmy Attorney Hub is considering "no matter activity" for stale-case rows near Demand Preparation, verify whether the Matter records show work being done, and reconcile the mismatch.
What Was Accomplished
- Verified
LITIFY_ORG is connected and ran live Salesforce reads.
- Queried live Tooling API for Jimmy Attorney Hub Apex, LWC bundles, and FlexiPage metadata.
- Confirmed the local repo is missing some deployed Jimmy source files, so the live org was treated as the source for Jimmy hub behavior.
- Created local reconciliation artifact:
Repos/sail-litify/Litify_AI_Integration_Project/docs/attorney-hub-jimmy-no-activity-reconcile-2026-06-04.md.
- Updated Litify environment diary and OPS ledger with the finding and no-live-change status.
Key Findings
- The visible stale-case queue is not Demand Prep-specific. It includes all open Jimmy matters except Resolution, which explains the Litigation and Negotiation rows.
- The overview prompt uses
MatterCommsRollup.lastActivityByMatter, which counts direct Matter Tasks, EmailMessages, SMS Magic, and Dialpad call logs. It does not count Last_Note_Date__c or Matter LastModifiedDate.
- The newer Needs Attention helper includes
LastActivityDate, Last_Note_Date__c, and bulk activity signals, while excluding LastModifiedDate because automation can touch that field too often.
- Several screenshot rows do reflect recent work on the Matter record. Examples: Elisabeth Rowan has
Last_Note_Date__c = 2026-05-29; Jeffrey Johnson has Last_Note_Date__c = 2026-05-19; Oscar Guevara has Last_Note_Date__c = 2026-05-22; Nila Harris has Last_Note_Date__c = 2026-05-20.
- SMS Magic is probably overstated in the stale-copy label because live describe showed
Matter_ID_18_Digit__c, not the matter__c field the helper queries.
Reason For Ending
The user asked for reconciliation, not a live Salesforce fix. The investigative task is complete, and the safe next step is a staged source fix with validation before any production deploy.
Suggested Next Steps
- Stage a source fix that makes overview stale prompts reuse the newer Needs Attention explicit-touch definition.
- Change the label from generic "No matter activity" to a clearer phrase such as "No communication or note" unless field edits are intentionally included.
- Either filter the queue to Demand Preparation when displayed under Demand Prep, or label it as all open non-Resolution matters.