<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>FSE_WorkLocation__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(Parent.Parent.RecordTypeId = '01210000000QemG'
|
, Text(Parent.Parent.FSE_Main__r.Work_Location__c)
|
, Text(FSE_Main__r.Work_Location__c)
|
)</formula>
|
<label>FSE主担当工作地</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|