binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>new_CIC_Contact</fullName>
    <availability>online</availability>
    <displayType>massActionButton</displayType>
    <encodingKey>UTF-8</encodingKey>
    <linkType>url</linkType>
    <masterLabel>创建CIC</masterLabel>
    <openType>replace</openType>
    <protected>false</protected>
    <requireRowSelection>false</requireRowSelection>
    <url>/500/e?retURL=%2F{!Contact.Id}&amp;def_contact_id={!Contact.Id}&amp;
def_account_id={!IF(Contact.RecordTypeId=&apos;01210000000QfWi&apos;,Account.Id,Account.Parent_Parent__c)}
&amp;RecordType=01210000000QsYp&amp;ent=Case</url>
</WebLink>