binxie
2024-01-18 22bd41f13147fce1df6ff35b592720c9cb387de9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
    <label></label>
    <name>Isactive__c</name>
    <picklistValues>
        <masterLabel>无效(退休)</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>无效(重复)</masterLabel>
        <translation></translation>
    </picklistValues>
    <picklistValues>
        <masterLabel>有效</masterLabel>
        <translation></translation>
    </picklistValues>
</CustomFieldTranslation>