Hi,
While updating the currency field i'm getting the following error
A validation error occurred. The value of 'discount amount' on record of type 'invoice' is outside the valid range.;
I'm updating through the following code
Money mn = new Money((decimal)12.00);
The given input is within the minimum value and maximum value.How to rectify this error?any help guys
Thanks and Regards,
Aldous Huxley V
*This post is locked for comments