<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Parent_PlatformCode__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(NOT(ISBLANK(Parent.ParentId)),Parent.Parent.PlatformCode__c,
|
IF(NOT(ISBLANK(ParentId)),Parent.PlatformCode__c,PlatformCode__c))</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>智慧医疗编码(医院)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|