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/SolutionProjectRequirements__c/SolutionProjectRequirements__c.object-meta.xml | 17 +++++++---------- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/force-app/main/default/objects/SolutionProjectRequirements__c/SolutionProjectRequirements__c.object-meta.xml b/force-app/main/default/objects/SolutionProjectRequirements__c/SolutionProjectRequirements__c.object-meta.xml index 9a97f82..fe617e0 100644 --- a/force-app/main/default/objects/SolutionProjectRequirements__c/SolutionProjectRequirements__c.object-meta.xml +++ b/force-app/main/default/objects/SolutionProjectRequirements__c/SolutionProjectRequirements__c.object-meta.xml @@ -132,14 +132,11 @@ </actionOverrides> <actionOverrides> <actionName>View</actionName> - <comment>Action override created by Lightning App Builder during activation.</comment> - <content>Solution_Record_Page</content> - <formFactor>Large</formFactor> - <skipRecordTypeSelect>false</skipRecordTypeSelect> - <type>Flexipage</type> + <type>Default</type> </actionOverrides> <actionOverrides> <actionName>View</actionName> + <formFactor>Large</formFactor> <type>Default</type> </actionOverrides> <actionOverrides> @@ -167,13 +164,13 @@ <type>Text</type> </nameField> <searchLayouts> - <excludedStandardButtons>Accept</excludedStandardButtons> - <excludedStandardButtons>PrintableListView</excludedStandardButtons> - <excludedStandardButtons>Import</excludedStandardButtons> - <excludedStandardButtons>NewFromDocument</excludedStandardButtons> - <excludedStandardButtons>ChangeOwner</excludedStandardButtons> <excludedStandardButtons>OpenListInQuip</excludedStandardButtons> + <excludedStandardButtons>NewFromDocument</excludedStandardButtons> + <excludedStandardButtons>Accept</excludedStandardButtons> + <excludedStandardButtons>ChangeOwner</excludedStandardButtons> + <excludedStandardButtons>Import</excludedStandardButtons> <excludedStandardButtons>MassChangeOwner</excludedStandardButtons> + <excludedStandardButtons>PrintableListView</excludedStandardButtons> </searchLayouts> <sharingModel>Private</sharingModel> <visibility>Public</visibility> -- Gitblit v1.9.1