From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新

---
 force-app/main/default/objects/Account_Number_of_target__c/fields/Name_OCMCategory__c.field-meta.xml |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/objects/Account_Number_of_target__c/fields/Name_OCMCategory__c.field-meta.xml b/force-app/main/default/objects/Account_Number_of_target__c/fields/Name_OCMCategory__c.field-meta.xml
index c6cdb29..714de45 100644
--- a/force-app/main/default/objects/Account_Number_of_target__c/fields/Name_OCMCategory__c.field-meta.xml
+++ b/force-app/main/default/objects/Account_Number_of_target__c/fields/Name_OCMCategory__c.field-meta.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
     <fullName>Name_OCMCategory__c</fullName>
-    <externalId>false</externalId>
-    <formula>CASE( Account_HP__r.OCM_Category__c ,
+    <description>//20220331
+CASE( Account_HP__r.OCM_Category__c ,
    &quot;H0&quot;, &quot;1. H0 &quot;,
    &quot;H1&quot;, &quot;2. H1 &quot;,
    &quot;M0&quot;, &quot;3. M0 &quot;,
@@ -10,7 +10,18 @@
    &quot;涓�鑸�(M2)&quot;, &quot;5. 涓�鑸�(M2) &quot;,
    &quot;L&quot;, &quot;6. L &quot;,
    &quot;&quot;
-) &amp;  Account_HP__r.Name</formula>
+) &amp;  Account_HP__r.Name</description>
+    <externalId>false</externalId>
+    <formula>CASE( Account_HP__r.OCM_Category__c ,
+&quot;H0&quot;, &quot;1. H0 &quot;,
+&quot;H1&quot;, &quot;2. H1 &quot;,
+&quot;M0&quot;, &quot;3. M &quot;,
+&quot;M1&quot;, &quot;3. M &quot;,
+&quot;M&quot;, &quot;3. M &quot;,
+&quot;涓�鑸�(M2)&quot;, &quot;4. 涓�鑸�(M2) &quot;,
+&quot;L&quot;, &quot;5. L &quot;,
+&quot;&quot;
+) &amp; Account_HP__r.Name</formula>
     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
     <label>鍖婚櫌鍚�+OCSM鍒嗙被</label>
     <required>false</required>

--
Gitblit v1.9.1