binxie
2023-06-20 6d14c34d9a4e304bf3289e4ad957b091f27ef3b8
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Cancel_Select</fullName>
    <availability>online</availability>
    <description>//rentx updatename 取消分配-&gt;取消</description>
    <displayType>massActionButton</displayType>
    <linkType>javascript</linkType>
    <masterLabel>取消</masterLabel>
    <openType>onClickJavaScript</openType>
    <protected>false</protected>
    <requireRowSelection>false</requireRowSelection>
    <url>window.open(&quot;/apex/EquipmentRentalCancel?raid={!URLENCODE(Rental_Apply__c.Id)}&quot;);</url>
</WebLink>