<?xml version="1.0" encoding="UTF-8"?>
|
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>SpecilaApplyCreate</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 oppForecastStatus= '{!Opportunity.Forecast_this_month__c}';
|
|
var url = 'a3W/e?RecordType=01210000000gTCW&CF00N10000008qvFQ='+ encodeURIComponent(oppName) + '&CF00N10000008qvFQ_lkid='+ encodeURIComponent(oppId) + '&00N10000008qvFX='+ encodeURIComponent(oppForecastStatus)+'&retURL='+ encodeURIComponent(oppId);
|
|
window.top.location.href = url;</url>
|
</WebLink>
|