From 102afa21c115e8c8b9333a326c3d1af08fe76faf Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 22 一月 2024 22:08:58 +0800 Subject: [PATCH] backup0122 --- force-app/main/default/objects/Repair__c/fields/Rental_Apply_Equipment_Set_Detail__c.field-meta.xml | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/objects/Repair__c/fields/Rental_Apply_Equipment_Set_Detail__c.field-meta.xml b/force-app/main/default/objects/Repair__c/fields/Rental_Apply_Equipment_Set_Detail__c.field-meta.xml new file mode 100644 index 0000000..56afe51 --- /dev/null +++ b/force-app/main/default/objects/Repair__c/fields/Rental_Apply_Equipment_Set_Detail__c.field-meta.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> + <fullName>Rental_Apply_Equipment_Set_Detail__c</fullName> + <deleteConstraint>SetNull</deleteConstraint> + <externalId>false</externalId> + <label>鍊熷嚭澶囧搧閰嶅涓�瑙堟槑缁�</label> + <referenceTo>Rental_Apply_Equipment_Set_Detail__c</referenceTo> + <relationshipLabel>淇悊</relationshipLabel> + <relationshipName>Rental_Apply_Equipment_Set_Detail</relationshipName> + <required>false</required> + <trackFeedHistory>false</trackFeedHistory> + <trackHistory>false</trackHistory> + <trackTrending>false</trackTrending> + <type>Lookup</type> +</CustomField> -- Gitblit v1.9.1