| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Usage_Ratio_Price_Service__c</fullName> |
| | | <description>IF(ISBLANK(Repair_Quotation_Id__c), |
| | | 0, |
| | | Repair_Quotation_Id__r.Usage_Ratio_Price_Service__c)</description> |
| | | <externalId>false</externalId> |
| | | <formula>IF(OR( Status2__c = '00.删除',Status2__c = '00.取消',ISBLANK(Repair_Quotation_Id__c)), |
| | | 0, |
| | | if( MaintenanceContractType__c = '服务合同',Repair_Quotation_Id__r.Usage_Ratio_Price_Service__c,0 ))</formula> |
| | | if( MaintenanceContractType__c = '服务合同',Repair_Quotation_Id__r.Usage_Ratio_Price_Service__c,0 ))</formula> |
| | | <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |
| | | <label>计入合同消费率的修理金额(服务)</label> |
| | | <precision>18</precision> |