- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
When we attempt to view a quote that contained a rate plan that was changed, we get the following error:
Content cannot be displayed: common.apex.runtime.impl.ExecutionException: List index out of bounds: 0
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
On analyzing the Quotes the issue was due to the discrepancy in the Active Currency that has caused the error: Content cannot be displayed: common.apex.runtime.impl.ExecutionException: List index out of bounds: 0
In this particular case the reason was as stated below :
Currency in this particular Quote in the Salesforce end is GBP
but the Product rate plan charge on the Zuora end had the active currency USD
On setting the Rate Plan to have an active currency of USD and GBP and syncing back to Salesforce worked and the error was resolved
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
On analyzing the Quotes the issue was due to the discrepancy in the Active Currency that has caused the error: Content cannot be displayed: common.apex.runtime.impl.ExecutionException: List index out of bounds: 0
In this particular case the reason was as stated below :
Currency in this particular Quote in the Salesforce end is GBP
but the Product rate plan charge on the Zuora end had the active currency USD
On setting the Rate Plan to have an active currency of USD and GBP and syncing back to Salesforce worked and the error was resolved