<?xml version="1.0" encoding="UTF-8"?> 
 | 
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>ProductRepairQuoteAsset</fullName> 
 | 
    <availability>online</availability> 
 | 
    <description>UTF8对应前 
 | 
window.open ('/apex/ProductRepairQuote?productid={!Asset.Id}&flag=asset', '', 'height=250, width=500, top=300, left=350,location=no')</description> 
 | 
    <displayType>button</displayType> 
 | 
    <linkType>javascript</linkType> 
 | 
    <masterLabel>修理报价预估</masterLabel> 
 | 
    <openType>onClickJavaScript</openType> 
 | 
    <protected>false</protected> 
 | 
    <url>window.open ('/apex/ProductRepairQuote?productid={!URLENCODE(Asset.Id)}&flag=asset', '', 'height=250, width=500, top=300, left=350,location=no')</url> 
 | 
</WebLink> 
 |