binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Create_Competitor_Asset</fullName>
    <availability>online</availability>
    <displayType>button</displayType>
    <encodingKey>UTF-8</encodingKey>
    <hasMenubar>false</hasMenubar>
    <hasScrollbars>true</hasScrollbars>
    <hasToolbar>false</hasToolbar>
    <height>600</height>
    <isResizable>true</isResizable>
    <linkType>url</linkType>
    <masterLabel>敗戦時競合製品入力</masterLabel>
    <openType>newWindow</openType>
    <position>none</position>
    <protected>false</protected>
    <showsLocation>false</showsLocation>
    <showsStatus>false</showsStatus>
    <url>/02i/e?
CF00N10000002CYBM={!Opportunity.Name}
&amp;CF00N10000002CYBM_lkid={!Opportunity.Id}
&amp;CF00N10000002CYBR_lkid={!Opportunity.HospitalId__c}
&amp;CF00N10000002CYBR={!Opportunity.Hospital__c}
&amp;Account_lkid={!Opportunity.AccountId}
&amp;Account={!Opportunity.Account}
&amp;CF00N10000002CYBW_lkid={!Opportunity.Department_ClassId__c}
&amp;CF00N10000002CYBW={!Opportunity.Department_Class__c}</url>
</WebLink>