binxie
2024-01-18 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Create_internal_staff</fullName>
    <availability>online</availability>
    <displayType>massActionButton</displayType>
    <encodingKey>UTF-8</encodingKey>
    <linkType>url</linkType>
    <masterLabel>新建社内员工</masterLabel>
    <openType>replace</openType>
    <protected>false</protected>
    <requireRowSelection>true</requireRowSelection>
    <url>/003/e?retURL={!Account.Id}
&amp;con4_lkid={!Account.Id}
&amp;CF00N10000002CvnD={!Account.Department_Class__c}
&amp;CF00N10000002CvnD_lkid={!Account.Department_ClassId__c}
&amp;RecordType=01210000000Qtky
&amp;ent=Contact</url>
</WebLink>