<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Hospital_name_link_dept__c</fullName>
|
<description>HYPERLINK("/apex/OpportunityPCLNew?hpid=" & Parent.Id, IF(
|
RecordTypeId = '01210000000QemG',
|
Name,
|
IF(Parent.RecordTypeId = '01210000000QemG',
|
Parent.Name,
|
IF(Parent.Parent.RecordTypeId = '01210000000QemG',
|
Parent.Parent.Name,
|
""
|
)
|
)
|
), "_blank")</description>
|
<externalId>false</externalId>
|
<formula>HYPERLINK("/apex/OpportunityPCLNew?hpid=" & Parent.Id, text(OPP_Flag_chk__c)&"条"
|
, "_blank")</formula>
|
<label>询价条数(链接)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|