You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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.
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?
The text was updated successfully, but these errors were encountered: