binxie
2024-01-18 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Z_PDF_Preview</fullName>
    <availability>online</availability>
    <description>UTF8对应前
window.open(&quot;/apex/ContentPreview?id={!Account.Id}&quot;, &quot;_blank&quot;);</description>
    <displayType>button</displayType>
    <linkType>javascript</linkType>
    <masterLabel>Z.现状分析PDF画面</masterLabel>
    <openType>onClickJavaScript</openType>
    <protected>false</protected>
    <url>window.open(&quot;/apex/ContentPreview?id={!URLENCODE(Account.Id)}&quot;, &quot;_blank&quot;);</url>
</WebLink>