Amount_Without_Tax__c
    以前=Opportunity__r.Amount_Without_Tax__c
    false
    IF(Opportunity__r.Agency1__r.Special__c ||
Opportunity__r.Account.Parent.Special__c = True,
Estimation_List_Price_Without_Tax_T__c *0.45,
Amount_Without_Tax_T__c)
    BlankAsZero
    
    18
    false
    2
    false
    Currency