<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Province_Account__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(not(isblank(Consumable_Sale_order__c))&& not(isblank( HospItal_Name__c )),Consumable_Sale_order__r.Order_ForHospital__r.OCM_man_province_txt__c,
|
|
IF(not(isblank(Consumable_Shipment_order__c))&& not(isblank(HospItal_Name__c)),Consumable_Shipment_order__r.Order_ForHospital__r.OCM_man_province_txt__c,
|
IF(Used_Account_Type__c = "契約",Account_province_txt__c,
|
Consumable_Arrived_order__r.Dealer_Info__r.OCM_man_province_txt__c)
|
))</formula>
|
<label>省(客户)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|