We had a user mistakenly used the Virtual Terminal to create some opportunities for Cash and Check donations. They are showing as Money Order opportunities in the Form of Payment field. Here is the formula for the field:
(IF( TEXT(CnP_PaaS__CnP_OrderNumber__r.CnP_PaaS__Paymen tType__c) <> NULL, TEXT(CnP_PaaS__CnP_OrderNumber__r.CnP_PaaS__Paymen tType__c), TEXT(sbx_FormOfPayment__c ))
We would like to go back and correct those Form of Payment fields to say Cash or Check.
Can you tell us where that field is, and if we can edit it to reflect in this formula field?
(IF( TEXT(CnP_PaaS__CnP_OrderNumber__r.CnP_PaaS__Paymen tType__c) <> NULL, TEXT(CnP_PaaS__CnP_OrderNumber__r.CnP_PaaS__Paymen tType__c), TEXT(sbx_FormOfPayment__c ))
We would like to go back and correct those Form of Payment fields to say Cash or Check.
Can you tell us where that field is, and if we can edit it to reflect in this formula field?
Comment