<?xml version="1.0" encoding="UTF-8"?> 
 | 
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>SpecilaApplyCreateAch</fullName> 
 | 
    <availability>online</availability> 
 | 
    <displayType>massActionButton</displayType> 
 | 
    <linkType>javascript</linkType> 
 | 
    <masterLabel>注残特殊申请</masterLabel> 
 | 
    <openType>onClickJavaScript</openType> 
 | 
    <protected>false</protected> 
 | 
    <requireRowSelection>true</requireRowSelection> 
 | 
    <url>var oppName= '{!Opportunity.Name}';  
 | 
var oppId = '{!Opportunity.Id}';  
 | 
var AchName = '{!Statu_Achievements__c.Name}'; 
 | 
var AchId = '{!Statu_Achievements__c.Id}'; 
 | 
var ForecastStatus= '{!Statu_Achievements__c.Monthly_forecast_shipping__c}'; 
 | 
  
 | 
  
 | 
var url = 'a3W/e?RecordType=01210000000gTCV&CF00N10000008qvFQ='+ encodeURIComponent(oppName) + '&CF00N10000008qvFQ_lkid='+ encodeURIComponent(oppId ) + '&CF00N10000008qvFW='+ encodeURIComponent(AchName) + '&CF00N10000008qvFW_lkid='+ encodeURIComponent(AchId ) + '&00N10000008qvFX='+ encodeURIComponent(ForecastStatus)+'&retURL='+ encodeURIComponent(AchId )+'&retURL='+ encodeURIComponent(AchId );  
 | 
  
 | 
window.top.location.href = url;</url> 
 | 
</WebLink> 
 |