彭锟
2022-03-22 2ecb63062fe10bbfb6853e37a38a74dcc10291db
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Repair_Discount_approval_Date_formula__c</fullName>
    <description>2018年1月2日修改前:
IF(ISBLANK(Repair_Quotation_Id__c),Repair_Discount_approval_Date__c,Repair_Quotation_Id__r.Discount_request_approval_date__c)</description>
    <externalId>false</externalId>
    <formula>IF(ISBLANK(Repair_Quotation_Id__c),null,Repair_Quotation_Id__r.Discount_request_approval_date__c)</formula>
    <label>减价申请批准日</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Date</type>
</CustomField>