Re: What's the difference between currency and float field types?

Casey_Grimes
Level 10

What's the difference between currency and float field types?

I'm looking to setup some fields that would store prices in them (e.g., 46.10) for a custom object—prior to now, I've always used float field types to hold this sort of information. From a structural point of view, are there any advantages/disadvantages to using the currency field type instead? This data would not be displayed in any emails/landing pages/etc., so formatting is less of an issue. Are there any plans to support multiple currencies?

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: What's the difference between currency and float field types?

Currency and Float are both broken (see my blog). Use scaled Integer or else you'll lose data.

Erica_Dipyatic
Level 3

Re: What's the difference between currency and float field types?

de