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