<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Service_customer_hospital__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(
|
RecordTypeId = '01210000000QemG',
|
Service_customer__c,
|
IF(Parent.RecordTypeId = '01210000000QemG',
|
Parent.Service_customer__c,
|
IF(Parent.Parent.RecordTypeId = '01210000000QemG',
|
Parent.Parent.Service_customer__c,
|
false
|
)
|
)
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>Service_customer_hospital</label>
|
<trackHistory>false</trackHistory>
|
<type>Checkbox</type>
|
</CustomField>
|