<?xml version="1.0" encoding="UTF-8"?>
|
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>SampleInventory</fullName>
|
<availability>online</availability>
|
<displayType>button</displayType>
|
<linkType>javascript</linkType>
|
<masterLabel>样本盘点</masterLabel>
|
<openType>onClickJavaScript</openType>
|
<protected>false</protected>
|
<url>function IfResponse(){
|
window.open ('/apex/SampleInventory?accid={!URLENCODE(Account.Id)}', '');
|
}
|
IfResponse();</url>
|
</WebLink>
|