From e0de9222da210f9c8eb1a9f5400f936a14923e11 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期六, 20 一月 2024 13:16:47 +0800
Subject: [PATCH] addvalidationrule

---
 force-app/main/default/objects/Maintenance_Contract_Estimate__c/webLinks/CustomNew.webLink-meta.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/objects/Maintenance_Contract_Estimate__c/webLinks/CustomNew.webLink-meta.xml b/force-app/main/default/objects/Maintenance_Contract_Estimate__c/webLinks/CustomNew.webLink-meta.xml
index 4e1b8fc..9f55f0d 100644
--- a/force-app/main/default/objects/Maintenance_Contract_Estimate__c/webLinks/CustomNew.webLink-meta.xml
+++ b/force-app/main/default/objects/Maintenance_Contract_Estimate__c/webLinks/CustomNew.webLink-meta.xml
@@ -11,7 +11,7 @@
     <url>if (&quot;{!Maintenance_Contract__c.Status__c}&quot; != &quot;寮曞悎涓�&quot;) {
     alert(&quot;缁翠慨鍚堝悓涓嶆槸璇环涓殑鐘舵�侊紝涓嶈兘鏂板缓鎶ヤ环&quot;);
 } else {
-    if(&quot;{!Maintenance_Contract__c.RecordTypeId}&quot;  == &quot;012C600000003Iv&quot;){
+    if(&quot;{!Maintenance_Contract__c.RecordTypeId}&quot;  == &quot;01210000000gTYq&quot;){
         window.open( &quot;/apex/SelectAssetEstimateVM?mcid={!URLENCODE(Maintenance_Contract__c.Id)}&quot;, &quot;_top&quot;);
     }else{
         window.open( &quot;/apex/SelectAssetEstimate?mcid={!URLENCODE(Maintenance_Contract__c.Id)}&quot;, &quot;_top&quot;);

--
Gitblit v1.9.1