<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Estimate_Cost_Month_formula__c</fullName>
|
<externalId>false</externalId>
|
<formula>if(Maintenance_Contract__r.RecordType_DeveloperName__c = 'VM_Contract' ,Asset__r.Maintenance_Price_Month__c,Estimate_Cost_formula__c / Maintenance_Contract__r.Contract_Range__c)</formula>
|
<label>实际报价金额月额</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>4</scale>
|
<trackTrending>false</trackTrending>
|
<type>Currency</type>
|
</CustomField>
|