| | |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Remaining_Amount__c</fullName> |
| | | <externalId>false</externalId> |
| | | <formula>IF(ISBLANK(Limit_Price_Amount__c ),0,Limit_Price_Amount__c-Sum_repair_price_new__c)</formula> |
| | | <formula>IF(ISBLANK(Limit_Price_Amount__c ),0, IF(ISBLANK(Sum_repair_price_new__c), Limit_Price_Amount__c, Limit_Price_Amount__c-Sum_repair_price_new__c))</formula> |
| | | <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |
| | | <label>剩余金额</label> |
| | | <precision>18</precision> |
| | | <required>false</required> |