From ca1c0956ec5d16a44bd0a2c10e0e49db37c0fb32 Mon Sep 17 00:00:00 2001 From: 黄千龙 <huangqianlong@prec-tech.com> Date: 星期三, 08 三月 2023 09:35:52 +0800 Subject: [PATCH] 20230307询价2期Batch增加入Schedule --- force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/IsPaidToSponsor__c.field-meta.xml | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/IsPaidToSponsor__c.field-meta.xml b/force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/IsPaidToSponsor__c.field-meta.xml new file mode 100644 index 0000000..d0d33d7 --- /dev/null +++ b/force-app/main/default/objects/Application_for_Conference_Adjudication__c/fields/IsPaidToSponsor__c.field-meta.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> + <fullName>IsPaidToSponsor__c</fullName> + <externalId>false</externalId> + <label>璧炲姪娆鹃」鏄惁鏀粯缁欎富鍔炴柟</label> + <required>false</required> + <trackHistory>false</trackHistory> + <trackTrending>false</trackTrending> + <type>Picklist</type> + <valueSet> + <restricted>true</restricted> + <valueSetDefinition> + <sorted>false</sorted> + <value> + <fullName>鏄�</fullName> + <default>false</default> + <label>鏄�</label> + </value> + <value> + <fullName>鍚�</fullName> + <default>false</default> + <label>鍚�</label> + </value> + </valueSetDefinition> + </valueSet> +</CustomField> -- Gitblit v1.9.1