GWY
2022-05-05 39c03ca1e4f7fa33b3a5a2a089dec11c94c3662f
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="UTF-8"?>
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
    <caseValues>
        <plural>false</plural>
        <value>样机借用客户</value>
    </caseValues>
    <caseValues>
        <plural>true</plural>
        <value>样机借用客户</value>
    </caseValues>
    <fields>
        <label><!-- AWS Data Id --></label>
        <name>AWS_Data_Id__c</name>
    </fields>
    <fields>
        <label><!-- ContactNumber Encrypted --></label>
        <name>ContactNumber_Encrypted__c</name>
    </fields>
    <fields>
        <label><!-- 联系电话 --></label>
        <name>ContactNumber__c</name>
    </fields>
    <fields>
        <label><!-- 联系人 --></label>
        <name>Contact__c</name>
        <relationshipLabel><!-- 样机借出申请 --></relationshipLabel>
    </fields>
    <fields>
        <label><!-- 创建日期. --></label>
        <name>CreatedDate__c</name>
    </fields>
    <fields>
        <label><!-- 客户 --></label>
        <name>Customer__c</name>
        <relationshipLabel><!-- 样机借出申请 --></relationshipLabel>
    </fields>
    <fields>
        <label><!-- 使用期间至 --></label>
        <name>EndThePeriod__c</name>
    </fields>
    <fields>
        <label><!-- 跟进询价状态 --></label>
        <name>Follow_UP_Opp_State__c</name>
    </fields>
    <fields>
        <label><!-- 跟进询价 --></label>
        <name>Follow_UP_Opp__c</name>
        <relationshipLabel><!-- 样机借用客户 --></relationshipLabel>
    </fields>
    <fields>
        <label><!-- 使用期间从 --></label>
        <name>FromThePeriod__c</name>
    </fields>
    <fields>
        <label><!-- 备注 --></label>
        <name>Remarks__c</name>
    </fields>
    <fields>
        <label><!-- 借出结束日 --></label>
        <name>Rental_End_Date__c</name>
    </fields>
    <fields>
        <label><!-- 借出开始日 --></label>
        <name>Rental_Start_Date__c</name>
    </fields>
    <fields>
        <label><!-- 样机借出状态 --></label>
        <name>Status__c</name>
    </fields>
    <fields>
        <label><!-- 样机借出申请 --></label>
        <name>loaner_application__c</name>
        <relationshipLabel><!-- 样机借用客户 --></relationshipLabel>
    </fields>
    <layouts>
        <layout>样机借用客户 Layout</layout>
        <sections>
            <label><!-- 自定义链接 --></label>
            <section>自定义链接</section>
        </sections>
    </layouts>
    <startsWith>Consonant</startsWith>
    <validationRules>
        <errorMessage><!-- 联系人必须是所填用户的联系人 --></errorMessage>
        <name>Customer_Contact</name>
    </validationRules>
    <validationRules>
        <errorMessage><!-- 询价必须是所填客户的询价 --></errorMessage>
        <name>Customer_Follow</name>
    </validationRules>
    <webLinks>
        <label><!-- NewLoanerApp_1 --></label>
        <name>NewLoanerApp_1</name>
    </webLinks>
    <webLinks>
        <label><!-- NewLoanerApp_2 --></label>
        <name>NewLoanerApp_2</name>
    </webLinks>
    <webLinks>
        <label><!-- New_user --></label>
        <name>New_user</name>
    </webLinks>
</CustomObjectTranslation>