高章伟
2022-02-18 8b5f4c6c281cfa548f92de52c8021e37aa81901e
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"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
    <fields>
        <fullName>guar__AuraEnabledLabel__c</fullName>
        <deprecated>false</deprecated>
        <externalId>false</externalId>
        <fieldManageability>DeveloperControlled</fieldManageability>
        <label>AuraEnabledLabel</label>
        <length>12</length>
        <required>false</required>
        <type>Text</type>
        <unique>false</unique>
    </fields>
    <fields>
        <fullName>guar__Included_Objects__c</fullName>
        <deprecated>false</deprecated>
        <description>Objects to include in report assessment. Comma Separated object api names.</description>
        <externalId>false</externalId>
        <fieldManageability>DeveloperControlled</fieldManageability>
        <inlineHelpText>Objects to include in report assessment. Comma Separated object api names.</inlineHelpText>
        <label>Included Objects</label>
        <length>131072</length>
        <type>LongTextArea</type>
        <visibleLines>10</visibleLines>
    </fields>
    <label>GUAR Setting</label>
    <visibility>Public</visibility>
</CustomObject>