<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>ShipmentAccount__c</fullName>
|
<description>For Report
|
2017/10/25之前
|
Consumable_Shipment_order__r.ShipmentAccount__c</description>
|
<externalId>false</externalId>
|
<formula>if(not(ISBLANK(Consumable_Sale_order__c)),Consumable_Sale_order__r.ShipmentAccount__c,
|
if(not(ISBLANK(Consumable_Shipment_order__c)),Consumable_Shipment_order__r.ShipmentAccount__c,
|
""))</formula>
|
<label>借调借入方</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|