binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>TotalPrice_N__c</fullName>
    <externalId>false</externalId>
    <formula>if(isblank(TotalPrice__c) &amp;&amp; isblank(TotalPriceUnit__c), 0,
if(isnumber(TotalPrice__c), VALUE(TotalPrice__c),
if(CONTAINS(TotalPrice__c, &apos;,&apos;), VALUE(SUBSTITUTE(TotalPrice__c, &apos;,&apos;, &apos;&apos;)), 
if(isnumber(TotalPriceUnit__c), VALUE(TotalPriceUnit__c),
if(CONTAINS(TotalPriceUnit__c, &apos;,&apos;), VALUE(SUBSTITUTE(TotalPriceUnit__c, &apos;,&apos;, &apos;&apos;)), 0)))
))</formula>
    <label>本项金额(数字)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>