<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Barcode__c</fullName>
|
<description>LJPH-C98A4P</description>
|
<externalId>false</externalId>
|
<formula>IF(!ISBLANK(Delivered_Product__r.Barcode__c),Delivered_Product__r.Barcode__c,NULL)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>Barcode(后五位为管理编码)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|