How to access CRM 4.0 settings programmatically?
Posted
by
Shaamaan
on Stack Overflow
See other posts from Stack Overflow
or by Shaamaan
Published on 2010-10-12T09:33:11Z
Indexed on
2011/02/24
23:24 UTC
Read the original article
Hit count: 199
Some of the plugins I wrote (re)calculate various prices, and I used Math.Round to keep results accurate with the default 2 digit setting in CRM.
But I figured... what if a user decides to set his CRM to use a different precision?
So, I need to access the CRM settings programmatically, so that my functions can work with whatever setting the user chooses.
How would I go about accessing the General (and, possibly, other) CRM settings from my code?
© Stack Overflow or respective owner