Sam asked whether the report column labeled Total Known Coverage is a separate data entry field from Minimum Known Coverage. The task was handled as a read-only Litify/Salesforce metadata and sample-record check.
Confirmed LITIFY_ORG is connected. Read the Projects and Litify routing files, then used the custom litify-operator-core and litify-report-ops instructions. Queried live Salesforce metadata and sample records.
Live validation found that the report label Total Known Coverage maps to litify_pm__Matter__c.Minimum_Total_Min_Known_Coverage_Single__c. This is a Matter currency field, updateable in Salesforce metadata, and visible on reports and layouts. The related insurance-level field is litify_pm__Insurance__c.Minimum_Known_Coverage_Single__c, labeled Minimum Known Coverage. That field is a calculated currency formula, not editable directly. It derives from litify_pm__Combined_Single_Limits__c when present, otherwise from Policy_Limits_Single_Individual__c values such as $25,000, $50,000, $100,000, Carrier Refused to Disclose, and Denied Coverage.
Sample live records showed the Matter total matching the sum of related Insurance minimum-known-coverage values. One matter showed 50,000 total from two insurance rows at 25,000 + 25,000. Another showed 125,000 total from 100,000 + 25,000.
A direct FieldDefinition query for labels containing Known Coverage failed with Salesforce INVALID_OPERATION, because that storage type did not support the requested operation. The workaround was to use local schema metadata, live sf sobject describe, and live SOQL sample records.
The answer should be stated as live-validated. Total Known Coverage is not the same field as Minimum Known Coverage. Minimum Known Coverage is insurance-row level and formula-based. Total Known Coverage is matter-level and separate, used by reports to show the total known coverage for the matter.
Referenced only. No files were modified.
Key references:
/Users/samaguiar/Documents/Projects/Skills/litify-operator-core/SKILL.md
/Users/samaguiar/Documents/Projects/Skills/litify-report-ops/SKILL.md
/Users/samaguiar/Documents/Projects/Repos/sail-litify/Litify_AI_Integration_Project/docs/insurance-field-cleanup-admin-brief-2026-03-30.md
/Users/samaguiar/Documents/Projects/Repos/sail-litify/Litify_AI_Integration_Project/docs/litify-data-entry-guide-and-audit-2026-03-30.md
Complete. No live data was changed. No repo files were edited. The answer is ready to use for reporting and field-entry clarification.