Diagnose and repair the Litify/Salesforce error Christine hit while cleaning up MRI Status values from report 00OUV00000C9KBt2AN, Accident Treatment No MRI - 30+ Days.
LITIFY_ORG access and inspected the linked report.00OUV00000C9KBt2AN still filters open Automobile Accident matters in Treatment, 30+ days old, where MRI_Status__c is blank or Not Completed.MRI_Status__c is a restricted picklist with active values Not Completed, Completed, and Not Needed. Scheduled exists in metadata but is inactive.MRI_Status__c = Not Needed on a legacy blank-injuries Matter was blocked by Auto_Accident_Injuries_Required.Auto_Accident_Injuries_Required fires only when a Matter is new or when status, case type, active stage, or injuries description changes.0AfUV000001Yxhp0AC.litify_pm__Matter__c.Auto_Accident_Injuries_Required.MatterReviewGatekeeperTest, 4/4 passed.ISNEW(), ISCHANGED(litify_pm__Status__c), ISCHANGED(litify_pm__Case_Type__c), ISCHANGED(litify_pm__Matter_Stage_Activity__c), ISCHANGED(Injuries_Description__c).MRI_Status__c = Not Needed succeeds on sample MAT-22042661761; transaction rolled back.MRI_Status__c = Completed still fails correctly unless MRI Result, MRI Body Area, and linked MRI_Request__c are present.MRI_Status__c = Scheduled still fails as a restricted picklist value because it is inactive.Scheduled, because the chat context suggested using Not Needed for minors or cases where MRI cannot/should not be obtained.