SpecilaApplyCreate
    online
    massActionButton
    javascript
    询价特殊申请
    onClickJavaScript
    false
    true
    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;