binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Create_Activity</fullName>
    <availability>online</availability>
    <displayType>button</displayType>
    <linkType>javascript</linkType>
    <masterLabel>新建计划</masterLabel>
    <openType>onClickJavaScript</openType>
    <protected>false</protected>
    <url>{!RequireScript(&quot;/soap/ajax/51.0/connection.js&quot;)}
{!RequireScript(&quot;/soap/ajax/51.0/apex.js&quot;)}
 
var From= function(){
    window.open( &quot;/apex/SimpleEventRegister?retURL=%2Fapex%2FVFClosePage&amp;accid={!Opportunity.AccountId}&amp;oid={!Opportunity.Id}&amp;source=AccountPCL&amp;save_new=1&amp;sfdc.override=1&quot;);
}
From();</url>
</WebLink>