<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Account_Name_F__c</fullName>
|
<description>2023-11-08 历史逻辑已不使用
|
IF(SAP_Send_OK__c && (Agency1__r.Special__c || Agency2__r.Special__c || Account.Parent.Special__c) && $User.ViewSpecialAgencyAmout__c == False, null,
|
Account.Name
|
)</description>
|
<externalId>false</externalId>
|
<formula>Account.Name</formula>
|
<label>客户(报表用)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|