Denny Chen
2022-02-28 6947068a02499b9d1022f9efca5bcf1bdd3f1c70
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
    <description>编辑后请运行TestClass测试字段正确性
InventoryBatchMappingSettingTest</description>
    <fields>
        <fullName>InventoryUser__c</fullName>
        <externalId>false</externalId>
        <fieldManageability>SubscriberControlled</fieldManageability>
        <label>盘点人</label>
        <length>32768</length>
        <type>LongTextArea</type>
        <visibleLines>3</visibleLines>
    </fields>
    <label>盘点人员</label>
    <visibility>Public</visibility>
</CustomObject>