From 102afa21c115e8c8b9333a326c3d1af08fe76faf Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 22 一月 2024 22:08:58 +0800 Subject: [PATCH] backup0122 --- force-app/main/default/objects/Case/listViews/All_CIC_Record.listView-meta.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Case/listViews/All_CIC_Record.listView-meta.xml b/force-app/main/default/objects/Case/listViews/All_CIC_Record.listView-meta.xml index 2131bf7..53e3418 100644 --- a/force-app/main/default/objects/Case/listViews/All_CIC_Record.listView-meta.xml +++ b/force-app/main/default/objects/Case/listViews/All_CIC_Record.listView-meta.xml @@ -19,6 +19,10 @@ <operation>equals</operation> <value>Case.CICRecordType</value> </filters> + <filters> + <field>Province__c</field> + <operation>equals</operation> + <value>鍖椾含甯�</value> + </filters> <label>00.鎵�鏈塁IC璁板綍</label> - <language>zh_CN</language> </ListView> -- Gitblit v1.9.1