I have been trying to deploy a change to a formula to a custom field on the OpportunityLineItem object and have made sure that the following was done after receiving my error the first time:
- Downloaded only the organisational objects
- Amended the formula
- Deployed Solution
I am getting the attached error with the xml, even though I have not amended any of the xml myself.
The previous formula was:
PricebookEntry.Product2.Service_Setup_Charge__c
This was then changed to:
IF(
ISPICKVAL(PricebookEntry.Product2.SBQQ__SubscriptionType__c,'One-time'),
PricebookEntry.UnitPrice,
PricebookEntry.Product2.Service_Setup_Charge__c
)