Questions tagged [currency]
Currency fields contain currency values, such as the ExpectedRevenue field in a Campaign, and are defined as type double.
128 questions
-1 votes
1 answer
89 views
I need to display currency format in the subject of VisualForce Email template
I want to display a currency field in the currency format. It is displaying as a number now. For example, if the amount is 150000, i want it to display as $150,000. I'm using VisualForce Email ...
0 votes
2 answers
130 views
Format currency value LWC
How do we format currency value to look like this I'm displaying the value with 3 decimals currently, but the ask is to move the third decimal like the format above. I tried following code but didn't ...
0 votes
0 answers
53 views
Clone Quote and Currency Update
I have a quote I am cloning and then changing it's currency. We have multi currency enabled in our org. The changing of the currency works but the standard fields such as GrandTotal does not convert. ...
0 votes
1 answer
308 views
Where is CurrencyType Metadata for Multicurrency stored in VSCode?
tl;dr - Is CurrencyType metadata available for tracking in VSCode, and if so where is it stored? I'm working on a project that involves activating multiple currencies in my org. I've been able to ...
0 votes
2 answers
1k views
lightning-formatted-number shows "US$" instead of "$" as currency code
I use lightning-formatted-number to show Item Amount on my LWC. And I have a multicurrency enabled in my org. So I pass the currencyCode dynamically to lightning-formatted-number see: <lightning-...
-1 votes
1 answer
230 views
Vİsualforce page Currency decimal formating [duplicate]
i want to format my currency in visualforce page pdf. Intead of 123,456.78 i want to display 123.456,78 I mean, integer parts will separate with dot. Decimal parts will separate with comma. I tried to ...
0 votes
1 answer
513 views
Currency Formatting Issue in Conga Template Conditional Statements
I am encountering a problem with currency formatting in a Conga Word template while using conditional statements. The specific code snippet in question is as follows: { if "«...
0 votes
1 answer
3k views
Flow - Copying one Field Value to Another Field
I just want to preface this by saying I am new to building out flows, so lots of trial and error, just wanting to guidance and advice! I am wanting to create a flow that copies a currency(numeric) ...
-2 votes
1 answer
148 views
Visualforce Custom Currency format
I have a formula Currency field. My customer wants below format. 1.000,00 € 599,40 € 85,00 € 1,00 € I tried using the below format and this is not exactly what I am looking for. <apex:...
-2 votes
1 answer
296 views
Currency formatting in visualforce
I am using apex:outputfield to display a currency field e.g. EUR 1.005,22. However there is a requirement from the client that they don't want to see the currency alongside the price rather separately ...
0 votes
1 answer
116 views
Change curreny position on dashboard Metric Chart
On Dashboards, on Metric Chart, instead of correct settings of Locales for my country, currency symbol is always shown before value. It is incorrect for my country (Poland) as it should always be ...
0 votes
1 answer
156 views
Is it possible to use lookup and currency fields in a Salesforce skinny table?
I want to create a skinny table to improve reports performance. However, some of the most used fields in the reports are lookups and currency fields. In Salesforce documentation, I didn't see these ...
0 votes
1 answer
2k views
Amount and Converted Amount currency shows different currencies for different reports
I am logged in with a user that has the currency set to SEK. When I create dashboards referencing reports on opportunities, where the graphs should show the Sum of Amount, some of the graphs show SEK ...
0 votes
1 answer
106 views
Single Currency Org, How to display (AUD) next to currency field on Opp object?
I'm an Admin on a single currency org, set to Australia (AUD). Client would like the currency to display next to the currency field. Apart from enabling multi, is there another way to be able to ...
3 votes
1 answer
758 views
lightning-formatted-number deosn’t show correct currency code for some users
I have used lightning-formatted-number like below in one of my LWC <lightning-formatted-number class="slds-text-align_left" value={someVariable} format-style="currency"></...