李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>DeadlineLastMonthPeriodPaymentAmountFigu__c</fullName>
    <description>1.当公式字段有值,而本字段无值,将公式字段的值赋值给本字段
2.当公式字段为0,而本字段有值,将本字段的值赋值为0</description>
    <externalId>false</externalId>
    <label>上月止当期回款</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Currency</type>
</CustomField>