How to fix "Invalid Count Value" #896
-
The error "Invalid Count Value" is shown at the time of creating a new record. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In case of error is at the time of creating Group, Client or TaskThis error denotes issue with "Number Configuration" in Office Config In case error is showing at the time of creating Bill or ReceiptThis error denotes issue with "Number Configuration" in Entity Config For the curios minds out there, this error is thrown by JavaScript's |
Beta Was this translation helpful? Give feedback.
In case of error is at the time of creating Group, Client or Task
This error denotes issue with "Number Configuration" in Office Config
To fix the error, Go to Office Config > Number Configuration. Confirm if the value in
Number of Digits
is correct. (It should be positive number).In case error is showing at the time of creating Bill or Receipt
This error denotes issue with "Number Configuration" in Entity Config
To fix the error, Go to Office Config > Entity > Number Configuration Section. Confirm if the value in
Number of Digits
is correct. (It should be positive number).For the curios minds out there, this error is thrown by JavaScript's
String.Repeat()
function.