- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Renewal Quotes with original one time charges behavior change with v9
We upgraded our production org last week to 9.3 from 7.4.
I have custom Apex code that performs calculations during quoting. Since the update when I call
chargeGroupList = zqu.zQuoteUtil.getChargeGroups(quoteId);
the one-time charges are returned as original charges along with the recurring original charges.
These charges were not included when calling the method from 7.4.
Was this change documented anywhere? I didn't see it in release notes and am wondering what else may have changed that I should be aware of. This was a breaking change for us.
We have significant custom code using the Zuora global methods and when they change we need to verify that our implementation is not affected.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Renewal Quotes with original one time charges behavior change with v9
Hi @MaggieL,
Thank you for your question.
There is a settting "Hide Original One-Time Charges " introduced on verion 9.1
Starting in this version, existing One Time Charges will no longer be visible in Amendment Quotes and Renewal Quotes.
Under Zuora config > Quote Configuration Settings > Hide Original One-Time Charges
Could you please confirm if you got this field enabled?
For more information, please find the release notes in below link.
https://knowledgecenter.zuora.com/AA_Whats_New/BA_Zuora_for_Salesforce_Quotes_Release
Regards,
Vishala
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Renewal Quotes with original one time charges behavior change with v9
@Vishala My question was not about the UI and hiding charges.
I was asking about the global methods available to be called from Salesforce into the Zuora Quotes (CPQ) Software.