GWY
2022-05-21 a3460549533111815e7f73d6cef601a58031525d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<CustomPageWebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <availability>online</availability>
    <displayType>link</displayType>
    <linkType>javascript</linkType>
    <masterLabel>借用权限解冻.</masterLabel>
    <openType>onClickJavaScript</openType>
    <protected>false</protected>
    <url>var foo = function() { 
 
var url = &quot;https://ssbgdealer.force.com/production/{!$User.ViolationsID__c}&quot;;
window.top.location.href = url; 
 
foo();</url>
</CustomPageWebLink>