• Getting exception 'Non-zero amount must be rounded to whole currency' Sage 50 C# WPF?

    FormerMember
    FormerMember
    When I try to add an amount in AmountPaid field & if the amount = 55.23 then it throws an exception with stated text "Non-zero amount must be rounded to whole currency" I tried AmountPaid = Match.Ceiling(amount) which changes the 55.23 to 56 which works…