DatatableV2 icon indicating copy to clipboard operation
DatatableV2 copied to clipboard

Added multicurrency support

Open Novarg1 opened this issue 4 years ago • 2 comments

Added a query with convertCurrency function and replaced currency fields with these new values to show currency fields in the user's currency in the datatable.

Example: we had an opportunity with amount 100k and currency RUB. When viewing it as a user with EUR currency, we would see amount as "RUB 100,000.00 (EUR 1,106.31)", but when seeing this opp in the DatatableV2, we would see the Amount as "€100,000.00". After this change, the DatatableV2 shows the amount as "€1,106.31"

Novarg1 avatar Feb 24 '21 11:02 Novarg1

Thank You, this has been implemented in Datatable Version 3.1.1. https://unofficialsf.com/datatable-lightning-web-component-for-flow-screens-2/

ericrsmith35 avatar Apr 16 '21 17:04 ericrsmith35

@Novarg1 How do you suggest we update this to support "read-only" currency fields such as rollup summaries?

ericrsmith35 avatar May 11 '21 19:05 ericrsmith35