<?xml version="1.0" encoding="UTF-8"?>
|
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Quotation_request</fullName>
|
<availability>online</availability>
|
<displayType>button</displayType>
|
<linkType>javascript</linkType>
|
<masterLabel>报价委托</masterLabel>
|
<openType>onClickJavaScript</openType>
|
<protected>false</protected>
|
<url>{!RequireScript("/soap/ajax/51.0/connection.js")}
|
{!RequireScript("/resource/CommonUtilJs")}
|
|
if('{!TEXT(Lead.Status)}' == '未跟进'){
|
window.open("/apex/NewQuoteIrai?leadid="+'{!Lead.Id}'+"&tenderid="+'{!Lead.Tender_informationId__c}');
|
}else{
|
alert('意向已结束不能做报价委托');
|
}</url>
|
</WebLink>
|