web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

What about currency precision in a plugin?

(0) ShareShare
ReportReport
Posted on by

If I sell something @4.85 w/50% discount I get extended amount 2.43 and manual discount of 2.43 -- both of them round up from 2.425.  $ precision is set to 2 and all these fields are set to currency precision (also tested them hard coded to 2 with no difference in execution.)  So, I changed my code to this betting on the rounding to take place upon conversion from decimal to Money

        //2021-12-30 make sure rounding to 2 places doesn't cause base amount <> extended amouunt   manual discount amount
                decimal manualdiscountamount = line.GetAttributeValue("baseamount").Value - line.GetAttributeValue("extendedamount").Value;
                addOrSet("manualdiscountamount", new Money(manualdiscountamount), line);

It doesn't.  Why?  What should I do, actually pull the currency precision and do all the rounding manually?  Rounding to currency precision doesn't really happen -- it's presentation level only?  Or it only happens on Update?

TIA

I have the same question (0)
  • Community Member Profile Picture
    on at

    docs.microsoft.com/.../decimal-precision-currency-pricing says this manages rounding.

  • Manoj Mane Profile Picture
    1,020 on at

    Hi,

    Please refer the below link:- 

    https://crmtipoftheday.com/1019/understand-decimal-precision-in-dynamics-365/

    Thanks,
    Manoj.

    Please mark this as VERIFIED if it helps.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 101 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 72

#3
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 69 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans