涂煌豪
2022-04-11 a002dc01b27e6281f163eb35661c4a9e9541ea52
1
2
3
4
5
6
7
8
9
10
11
<?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 (&apos;/apex/ProductRepairQuote?productid={! URLENCODE(Product2__c.Id) }&amp;flag=productsearch&apos;, &apos;&apos;, &apos;height=250, width=500, top=300, left=350,location=no&apos;)</url>
</WebLink>