From cecd98b1ccbe67a2530c9d066ed5f12c7f3e8e2b Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期五, 19 五月 2023 16:20:17 +0800 Subject: [PATCH] 备份省目标录入 --- force-app/main/default/objects/TransferApply__c/fields/BeforeOCMAssetEmail_F__c.field-meta.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/force-app/main/default/objects/TransferApply__c/fields/BeforeOCMAssetEmail_F__c.field-meta.xml b/force-app/main/default/objects/TransferApply__c/fields/BeforeOCMAssetEmail_F__c.field-meta.xml index b3ef522..1b889c7 100644 --- a/force-app/main/default/objects/TransferApply__c/fields/BeforeOCMAssetEmail_F__c.field-meta.xml +++ b/force-app/main/default/objects/TransferApply__c/fields/BeforeOCMAssetEmail_F__c.field-meta.xml @@ -2,9 +2,9 @@ <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>BeforeOCMAssetEmail_F__c</fullName> <externalId>false</externalId> - <formula>IF(TEXT(From_Location__c)='骞垮窞 澶囧搧涓績','sfdc_lvxueyan@olympus.com.cn', -IF( TEXT(From_Location__c) ='涓婃捣 澶囧搧涓績', 'sfdc_lvxueyan@olympus.com.cn', -IF( TEXT(From_Location__c)='鍖椾含 澶囧搧涓績','sfdc_lvxueyan@olympus.com.cn','') + <formula>IF(TEXT(From_Location__c)='骞垮窞 澶囧搧涓績','OCM_AssetGZ@olympus.com.cn.full', +IF( TEXT(From_Location__c) ='涓婃捣 澶囧搧涓績', 'OCM_AssetSH@olympus.com.cn.full', +IF( TEXT(From_Location__c)='鍖椾含 澶囧搧涓績','OCM_Asset@olympus.com.cn.full','') ) )</formula> <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> -- Gitblit v1.9.1