<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Internal_asset_location_F__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(NOT( ISBLANK(Rental_Apply__c)),Rental_Apply__r.Internal_asset_location_F__c, IF(NOT( ISBLANK(Inventory_Header__c)), Inventory_Header__r.Internal_asset_location__c, Text(Asset__r.Internal_asset_location__c)))</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>备品存放地</label>
|
<required>false</required>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|