<?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 = "https://ssbgdealer.force.com/production/{!$User.ViolationsID__c}";
|
window.top.location.href = url;
|
}
|
|
foo();</url>
|
</CustomPageWebLink>
|