<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>FullSynchID__c</fullName>
    <externalId>false</externalId>
    <formula>IF(
    ISBLANK(SynchIdDigit__c),
    &quot;&quot;,
    IF(
        SynchIdDigit__c &lt; 10000,
        &quot;SYNCH&quot; &amp; LPAD(TEXT(SynchIdDigit__c), 4, &quot;0&quot;),
        &quot;SYNCH&quot; &amp; TEXT(SynchIdDigit__c)
    )
)</formula>
    <label>Synch ID</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>
