Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect SUM Value When Rolling Up Foreign Currency #408

Closed
kyle-johnson-infusionsoft opened this issue Sep 30, 2016 · 4 comments
Closed

Comments

@kyle-johnson-infusionsoft

I have a couple of Currency fields on Opportunity that both roll up various fields from Opp Line Items. These rollups work exactly as expected when summing up native currency line items (USD), but when the currency is changed to anything else the values sum up entirely incorrectly.

As an example, I have an Opportunity in GBP that has one line item priced at GBP 199.00. DLRS rolls this value up to be GBP 404.35 (USD 525.54). Rolling up the exact same field with native SF rollup results in a correct result of GBP 199.00 (USD 258.64).

Are there any known issues with rolling up values in multicurrency orgs?

@jhomanncarreon
Copy link

Hi, i too have issues with other currencies rolling up incorrectly. I have a Parent/Child Opportunity where the amount on the Child Opp does not Sum up to the Parent Opp
cieventsoppdeclarativerollup
cieventsoppdeclarativerolluprecord

@afawcett
Copy link
Collaborator

Take a look at this and also the associated issue in it. I think its the same issue?

@kyle-johnson-infusionsoft
Copy link
Author

Yep, I believe what we're seeing is the same thing! The workaround was to do what another person suggested in that thread and sum up the line items in Apex code.

@afawcett
Copy link
Collaborator

afawcett commented Dec 4, 2016

Closing this as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants