buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
force-app/main/default/objects/eSignForm__c/webLinks/selectAttachment.webLink-meta.xml
@@ -9,9 +9,9 @@
    <protected>false</protected>
    <url>{!RequireScript(&quot;/soap/ajax/51.0/connection.js&quot;)} 
{!RequireScript(&quot;/soap/ajax/51.0/apex.js&quot;)} 
//2021-10-22 gwy 版本更改为51.0
var From= function(){ 
   location.href=&quot;/apex/eSignFormAttachment?parentId={!URLENCODE(eSignForm__c.Id)}&quot;;
window.open( &quot;/apex/eSignFormAttachment?parentId={!URLENCODE(eSignForm__c.Id)}&quot;);
From();</url>
</WebLink>