Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Representing large numbers in Dynamics CRM 2011

I'm trying to represent numbers larger than 100,000,000,000 (the maximum of the Decimal data type) in Dynamics CRM 2011. It seems like the only way to do this is to either use the Currency field or use a text field. Neither of these options are very appealing.

What is the best way to represent large numbers in Dynamics CRM?

like image 433
Jordan Avatar asked Nov 09 '12 04:11

Jordan


1 Answers

The only way is indeed in a currency field or use a text field. You can't increase the maximum value of a decimal field.

However the Float-Field covers until 100,000,000,000 if that's any comfort.

like image 104
Yacine Zine Avatar answered Nov 17 '22 03:11

Yacine Zine