<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>ShippedAmount_without_tax_ThousandY__c</fullName>
|
<description>//20230411 lt update
|
ShippedAmount_without_tax_new__c/1000</description>
|
<externalId>false</externalId>
|
<formula>IF(SAP_Send_OK__c && (Agency1__r.Special__c || Agency2__r.Special__c || Account.Parent.Special__c) && $User.ViewSpecialAgencyAmout__c == False, null,
|
ShippedAmount_All_Cost_notax__c
|
)/1000</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>已发货金额(KRMB)</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>2</scale>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Number</type>
|
<unique>false</unique>
|
</CustomField>
|