-
Notifications
You must be signed in to change notification settings - Fork 238
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
Currency Conversion? #57
Comments
See issue #40 It is closed but I just submitted a PR to add this functionality. Hopefully it is added in a future release. |
Great social coding example in action! And yes for sure top of the list for the next release integrating this fine work from @aheber! |
@KevinLaurence Thanks for the kind comment as well btw! 👍 |
Related comment from my blog... Andrew, many thanks for this fantastic tool! I have a general question regarding multiple currencies. Apologies if this is documented somewhere else and I've missed it. We have custom objects with currencies other than the corporate currency. Both the parent and child are in the same currency, which is other than the corporate currency (e.g., the corporate currency is USD and the custom object records are created in the ILS currency). The roll up is for a currency field type. When the roll up occurs (SUM), it seems to sum the amounts in the corporate currency, then convert it again using the exchange amount. For example: Child record #1 currency amount: ILS 5,000 (USD 1314.06) Parent record receiving the summed rollup: ILS 7,884,36 (USD 2,072.11) This could very well be something we've configured wrong. But thought I'd ask the general currency question. Thanks again Andrew! |
Fixed in v1.12 |
Special thanks to Anthony Heber for submitting the enhancement to LREngine to fix this. The result of the child aggregation is converted to the parent record currency if the child field being aggregated is a Currency type and the org is using Multi-Currency. Note currently dated exchanged rates (available through Advanced Mulit-Currency) are currently not supported. |
This isn't an issue, but rather a suggestion for a future enhancement.
From the Salesforce documentation:
Could the Declarative Lookup Rollup Summary Tool do this too?
PS - Love it so far, by the way.
The text was updated successfully, but these errors were encountered: