Li Jun
2022-04-27 f90c63155656928b86f1ce1d91a134de3d12d2b9
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>