From 6a471bc62a8567abd74dcef733fcddf9911b6a16 Mon Sep 17 00:00:00 2001 From: denny chen <chenbangcai@prec-tech.com> Date: 星期三, 29 三月 2023 15:47:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/CooperatorCompany__c.field-meta.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/CooperatorCompany__c.field-meta.xml b/force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/CooperatorCompany__c.field-meta.xml new file mode 100644 index 0000000..1e8c35a --- /dev/null +++ b/force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/CooperatorCompany__c.field-meta.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> + <fullName>CooperatorCompany__c</fullName> + <externalId>false</externalId> + <label>浼氳鎵垮姙鏂�</label> + <length>255</length> + <required>false</required> + <trackHistory>false</trackHistory> + <trackTrending>false</trackTrending> + <type>Text</type> + <unique>false</unique> +</CustomField> -- Gitblit v1.9.1