涂煌豪
2022-05-06 ff435968945d457f9ee653a9620fa1c7d78d2d4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>PaymentAmount_F__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Opportunity__r.SAP_Send_OK__c &amp;&amp; (Opportunity__r.Agency1__r.Special__c || Opportunity__r.Agency2__r.Special__c || Opportunity__r.Account.Parent.Special__c) &amp;&amp; $User.ViewSpecialAgencyAmout__c == False, null,
  PaymentAmount__c
)</formula>
    <label>OCSM收款金额</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Currency</type>
</CustomField>