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/Daily_Report__c/fields/Confirm_Limit_Date__c.field-meta.xml | 17 +++++------------ 1 files changed, 5 insertions(+), 12 deletions(-) diff --git a/force-app/main/default/objects/Daily_Report__c/fields/Confirm_Limit_Date__c.field-meta.xml b/force-app/main/default/objects/Daily_Report__c/fields/Confirm_Limit_Date__c.field-meta.xml index 994dfce..9a1e2b7 100644 --- a/force-app/main/default/objects/Daily_Report__c/fields/Confirm_Limit_Date__c.field-meta.xml +++ b/force-app/main/default/objects/Daily_Report__c/fields/Confirm_Limit_Date__c.field-meta.xml @@ -2,18 +2,11 @@ <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Confirm_Limit_Date__c</fullName> <description>SWAG-BD28RR 2019-6-21鍙樻洿鍓嶏紙鍏紡杩斿洖鍊兼槸鏃ユ湡锛� -if ( -isblank(Submit_Date_Latest__c), -null, -case( -MOD( Submit_Date_Latest__c - DATE( 1900, 1, 7), 7 ) , -5, datetimevalue( text(year(Submit_Date_Latest__c)) & '-' & text(month(Submit_Date_Latest__c)) & '-' & text(day(Submit_Date_Latest__c)) & ' 04:00:00') + 3, -6, datetimevalue( text(year(Submit_Date_Latest__c)) & '-' & text(month(Submit_Date_Latest__c)) & '-' & text(day(Submit_Date_Latest__c)) & ' 04:00:00') + 2, -datetimevalue( text(year(Submit_Date_Latest__c)) & '-' & text(month(Submit_Date_Latest__c)) & '-' & text(day(Submit_Date_Latest__c)) & ' 04:00:00') + 1 -) -) - -2021-06-11 鍙樻洿 鍙傝�冭棰橈細SWAG-C3U9QU</description> +2021-06-21 鏉庢椇鍙樻洿 鍙傝�冭棰橈細SWAG-C3U9QU +鍙樻洿鍓嶅叕寮忥細 +IF(ISPICKVAL(Reporter__r.Province__c , "鏂扮枂鑷不鍖�"), +IF(!ISNULL(Closest_Confirm_Work_Day__c),datetimevalue( text(year(Closest_Confirm_Work_Day__c)) & '-' & text(month(Closest_Confirm_Work_Day__c)) & '-' & text(day(Closest_Confirm_Work_Day__c)) & ' 6:00:00'), null), +IF(!ISNULL(Closest_Confirm_Work_Day__c),datetimevalue( text(year(Closest_Confirm_Work_Day__c)) & '-' & text(month(Closest_Confirm_Work_Day__c)) & '-' & text(day(Closest_Confirm_Work_Day__c)) & ' 4:00:00'), null))</description> <externalId>false</externalId> <formula>IF(!ISNULL(Closest_Confirm_Work_Day__c),datetimevalue( text(year(Closest_Confirm_Work_Day__c)) & '-' & text(month(Closest_Confirm_Work_Day__c)) & '-' & text(day(Closest_Confirm_Work_Day__c)) & ' 16:00:00'), null)</formula> <label>鍑嗘椂鎵瑰噯鏈熼檺</label> -- Gitblit v1.9.1