<?xml version="1.0" encoding="UTF-8"?> 
 | 
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>NewAgencyHospitalCon</fullName> 
 | 
    <availability>online</availability> 
 | 
    <description>经销商用</description> 
 | 
    <displayType>massActionButton</displayType> 
 | 
    <linkType>javascript</linkType> 
 | 
    <masterLabel>经销商医院</masterLabel> 
 | 
    <openType>onClickJavaScript</openType> 
 | 
    <protected>false</protected> 
 | 
    <requireRowSelection>true</requireRowSelection> 
 | 
    <url>window.open("/apex/AgencyHospitalLink?userid={!URLENCODE(Account.Id)}");</url> 
 | 
</WebLink> 
 |