/
Scrolling debtor records errors "The value property .....'MinValue' and MaxValue' ....'
Scrolling debtor records errors "The value property .....'MinValue' and MaxValue' ....'
Problem
Loading a debtor record and using scroll arrows to go to the previous or next record errors - 7.00.157 only.
Solution
SQL skills are required
Sound SQL skills are required to complete this task
The issue is caused by negative values for "Terms Days" in debtor classifications. This is not possible through the Jiwa 7 interface, but was in 6.5.13 and earlier.
Unsupported text
To correct the error run the following update script:
Unsupported text
UPDATE DB_Classification SET TermsDays = 0 WHERE TermsDays < 0
GO
UPDATE DB_Main SET TermsDays = 0 WHERE TermsDays < 0
GO
Unsupported text
The issue has been addressed in 7.00.175 and higher.
Related articles
, multiple selections available,
Related content
Debtor Sales tab errors where the General Ledger periods are non standard 'Object reference not set ...' 7.00.175
Debtor Sales tab errors where the General Ledger periods are non standard 'Object reference not set ...' 7.00.175
More like this
Opening an inventory items errors -'The value property cannot be set ...outside the range ...MinValue .. MaxValue ...'
Opening an inventory items errors -'The value property cannot be set ...outside the range ...MinValue .. MaxValue ...'
More like this
Debtors statements to print un-aged fully allocated transactions
Debtors statements to print un-aged fully allocated transactions
More like this
Divide by zero error when viewing creditor transactions 7.02.01 SR16
Divide by zero error when viewing creditor transactions 7.02.01 SR16
More like this
Debtor System Template form will not load where there are no templates in a 7.02.01 database
Debtor System Template form will not load where there are no templates in a 7.02.01 database
More like this
CRM Dashboard "My Customer Invoices Overdue" displays incorrect data
CRM Dashboard "My Customer Invoices Overdue" displays incorrect data
More like this