<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>FirstApproveDate__c</fullName>
|
<description>原公式:Backorder__r.FirstApproveDate__c</description>
|
<externalId>false</externalId>
|
<formula>IF(NOT(ISBLANK(Backorder__c)),Backorder__r.FirstApproveDate__c,FirstApproveDate_old__c)</formula>
|
<label>初审日期(订货日)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Date</type>
|
</CustomField>
|