<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Inspection_result_ng__c</fullName>
|
<externalId>false</externalId>
|
<label>发货前-检测NG区分</label>
|
<required>false</required>
|
<trackTrending>false</trackTrending>
|
<type>Picklist</type>
|
<valueSet>
|
<controllingField>Inspection_result__c</controllingField>
|
<restricted>true</restricted>
|
<valueSetDefinition>
|
<sorted>false</sorted>
|
<value>
|
<fullName>维修</fullName>
|
<default>false</default>
|
<label>维修</label>
|
</value>
|
<value>
|
<fullName>废弃</fullName>
|
<default>false</default>
|
<label>废弃</label>
|
</value>
|
</valueSetDefinition>
|
<valueSettings>
|
<controllingFieldValue>NG</controllingFieldValue>
|
<valueName>维修</valueName>
|
</valueSettings>
|
<valueSettings>
|
<controllingFieldValue>NG</controllingFieldValue>
|
<valueName>废弃</valueName>
|
</valueSettings>
|
</valueSet>
|
</CustomField>
|