GWY
2022-05-21 a3460549533111815e7f73d6cef601a58031525d
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
    <fields>
        <label>整机/零件</label>
        <name>MachineParts__c</name>
        <picklistValues>
            <masterLabel>Machine</masterLabel>
            <translation><!-- Machine --></translation>
        </picklistValues>
        <picklistValues>
            <masterLabel>Parts</masterLabel>
            <translation><!-- Parts --></translation>
        </picklistValues>
    </fields>
    <fields>
        <label>产品分类</label>
        <name>ProductSegment__c</name>
        <picklistValues>
            <masterLabel>ANI</masterLabel>
            <translation><!-- ANI --></translation>
        </picklistValues>
        <picklistValues>
            <masterLabel>BS</masterLabel>
            <translation><!-- BS --></translation>
        </picklistValues>
        <picklistValues>
            <masterLabel>IE</masterLabel>
            <translation><!-- IE --></translation>
        </picklistValues>
        <picklistValues>
            <masterLabel>NDT</masterLabel>
            <translation><!-- NDT --></translation>
        </picklistValues>
        <picklistValues>
            <masterLabel>RVI</masterLabel>
            <translation><!-- RVI --></translation>
        </picklistValues>
    </fields>
    <fields>
        <label>直销/分销</label>
        <name>SalesChannel__c</name>
        <picklistValues>
            <masterLabel>dealer</masterLabel>
            <translation><!-- dealer --></translation>
        </picklistValues>
        <picklistValues>
            <masterLabel>direct</masterLabel>
            <translation><!-- direct --></translation>
        </picklistValues>
    </fields>
    <fields>
        <label>贸易类型</label>
        <name>TradeType__c</name>
        <picklistValues>
            <masterLabel>Tax Exemption</masterLabel>
            <translation><!-- Tax Exemption --></translation>
        </picklistValues>
        <picklistValues>
            <masterLabel>Taxation</masterLabel>
            <translation><!-- Taxation --></translation>
        </picklistValues>
    </fields>
    <layouts>
        <layout>Price Book Layout</layout>
        <sections>
            <label><!-- 自定义链接 --></label>
            <section>自定义链接</section>
        </sections>
    </layouts>
</CustomObjectTranslation>