| <?xml version="1.0" encoding="UTF-8"?> | 
| <WebLink xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>CustomLinkTest</fullName> | 
|     <availability>online</availability> | 
|     <displayType>button</displayType> | 
|     <linkType>javascript</linkType> | 
|     <masterLabel>新建</masterLabel> | 
|     <openType>onClickJavaScript</openType> | 
|     <protected>false</protected> | 
|     <url>var toastEvent = $A.get("e.force:showToast"); | 
|                 toastEvent.setParams({ | 
|                     "title": "成功", | 
|                     "type":"success", | 
|                     "message": "保存成功" | 
|                 }); | 
|                 toastEvent.fire();</url> | 
| </WebLink> |