- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: visibility of zqu.zQuoteUtil.ZBillingResult
Zuora 360 4.9 and ZQuote 8.9 have now been released. Please reach out to your friendly Support Teams for upgrade links.
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: visibility of zqu.zQuoteUtil.ZBillingResult
Hi @MaggieL Just a small correcrion, this issue has been addressed in ZQuote release 8.10.
Thank you
Doyeli
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: visibility of zqu.zQuoteUtil.ZBillingResult
I'm having the same issue, I updated my sandbox to last zQuote package (9.0)
What should I do?
Thanks,
Lee
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: visibility of zqu.zQuoteUtil.ZBillingResult
Hi @LeeKhen,
You may need to update your metadata file to reference the updated Quotes version. For each Apex Class you create, there will be a corresponding metadata file. You will need to update the "zqu" namespace section with your new major/minor version (i.e. major 9, minor 0).
Your file may look something like the following:
<?xml version="1.0" encoding="UTF-8"?> <ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> <apiVersion>34.0</apiVersion> <packageVersions> <majorNumber>9</majorNumber> <minorNumber>0</minorNumber> <namespace>zqu</namespace> </packageVersions> <status>Active</status> </ApexClass>
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: visibility of zqu.zQuoteUtil.ZBillingResult
Thank you @Mikey_Zeitz. I think another way of updating it is to open the class, click on Version Setting Tab, click Edit and make sure to select the correct/latest version of Zuora Quote.
Thank you
Doyeli
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- « Previous
-
- 1
- 2
- Next »