高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
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>