You need to sign in to do that
Don't have an account?
VSK98
How to convert the currency when our organisation is multi currency enabled
Hello All,
In my object, there is one rollup summary field to calculate the sum of the currency. I have created one normal currency field called Total CURRENCY. I have create the flow and calculating the all rollup summary fields in the child org but auto currency conversion not happening. Can i utilise the same CurrencyRate() in flow.
Note: I can't create another rollup summary field to calculate the SUM.
Objects: Account vs Account ....
Flow is working but Auto Currency Conversion not happening like Account1 = 100 USD
Account2 = 100 EURO
Account3 = 200 IND
getting total = 400 ....is there any workaround to fix.
Regards,
VSK98
In my object, there is one rollup summary field to calculate the sum of the currency. I have created one normal currency field called Total CURRENCY. I have create the flow and calculating the all rollup summary fields in the child org but auto currency conversion not happening. Can i utilise the same CurrencyRate() in flow.
Note: I can't create another rollup summary field to calculate the SUM.
Objects: Account vs Account ....
Flow is working but Auto Currency Conversion not happening like Account1 = 100 USD
Account2 = 100 EURO
Account3 = 200 IND
getting total = 400 ....is there any workaround to fix.
Regards,
VSK98
Here is the article. https://help.salesforce.com/articleView?id=fields_about_roll_up_summary_fields.htm&type=5
(https://help.salesforce.com/articleView?id=fields_about_roll_up_summary_fields.htm&type=5)
"If your organization has advanced currency management enabled, currency roll-up summary fields are invalid if they are on accounts and summarizing opportunity values, or on opportunities and summarizing custom object values."
I would try one of the tools or you may have to go the route of making your own fields to use in your flow.
I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.
Thanks.