涂煌豪
2022-05-17 c406cfcd9ce37fd43711bb12b3dae2b3bd120c49
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>InputCheck__c</fullName>
    <defaultValue>false</defaultValue>
    <description>试用表和提交审批的时候会设置为true,为true的时候去会做数据整合Check(入力规则),刚创建出明细的时候有很多字段是在试用设置的,在那之前是空的所以不需要Check</description>
    <externalId>false</externalId>
    <label>入力check</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>