From 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期六, 20 一月 2024 13:53:08 +0800
Subject: [PATCH] add workflow0120

---
 force-app/main/default/objects/Consum_Apply__c/Consum_Apply__c.object-meta.xml |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/force-app/main/default/objects/Consum_Apply__c/Consum_Apply__c.object-meta.xml b/force-app/main/default/objects/Consum_Apply__c/Consum_Apply__c.object-meta.xml
index 938e738..cfcaab7 100644
--- a/force-app/main/default/objects/Consum_Apply__c/Consum_Apply__c.object-meta.xml
+++ b/force-app/main/default/objects/Consum_Apply__c/Consum_Apply__c.object-meta.xml
@@ -58,11 +58,13 @@
     </actionOverrides>
     <actionOverrides>
         <actionName>Edit</actionName>
-        <type>Default</type>
+        <content>LexConsumApplyPIPLAura</content>
+        <formFactor>Large</formFactor>
+        <skipRecordTypeSelect>false</skipRecordTypeSelect>
+        <type>LightningComponent</type>
     </actionOverrides>
     <actionOverrides>
         <actionName>Edit</actionName>
-        <formFactor>Large</formFactor>
         <type>Default</type>
     </actionOverrides>
     <actionOverrides>
@@ -131,7 +133,7 @@
     <actionOverrides>
         <actionName>View</actionName>
         <comment>Action override created by Lightning App Builder during activation.</comment>
-        <content>FlexiPage11213337</content>
+        <content>ConsumApply</content>
         <formFactor>Large</formFactor>
         <skipRecordTypeSelect>false</skipRecordTypeSelect>
         <type>Flexipage</type>
@@ -139,7 +141,7 @@
     <actionOverrides>
         <actionName>View</actionName>
         <comment>Action override created by Lightning App Builder during activation.</comment>
-        <content>FlexiPage11213337</content>
+        <content>ConsumApply</content>
         <formFactor>Small</formFactor>
         <skipRecordTypeSelect>false</skipRecordTypeSelect>
         <type>Flexipage</type>
@@ -179,10 +181,10 @@
         <excludedStandardButtons>OpenListInQuip</excludedStandardButtons>
         <excludedStandardButtons>NewFromDocument</excludedStandardButtons>
         <excludedStandardButtons>Accept</excludedStandardButtons>
-        <excludedStandardButtons>ChangeOwner</excludedStandardButtons>
-        <excludedStandardButtons>Import</excludedStandardButtons>
         <excludedStandardButtons>MassChangeOwner</excludedStandardButtons>
         <excludedStandardButtons>PrintableListView</excludedStandardButtons>
+        <excludedStandardButtons>Import</excludedStandardButtons>
+        <excludedStandardButtons>ChangeOwner</excludedStandardButtons>
         <lookupDialogsAdditionalFields>RA_Status__c</lookupDialogsAdditionalFields>
         <lookupDialogsAdditionalFields>demo_purpose2__c</lookupDialogsAdditionalFields>
         <lookupDialogsAdditionalFields>Hospital__c</lookupDialogsAdditionalFields>

--
Gitblit v1.9.1