<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>LawyerAccount__c</fullName>
    <externalId>false</externalId>
    <formula>Account.Lawyer__r.FirstName &amp; &quot; &quot; &amp;  Account.Lawyer__r.LastName</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <inlineHelpText>On the &quot;Account&quot; page, please enter the name of the lawyer. The clients they look after will be linked in Salesforce so we can get an overview from it.</inlineHelpText>
    <label>Lawyer (Account)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>
