RE: Error in Revenue / Expense Deferral Setup
Hi Mahwish,
If you open the log file in the temp directory, you will find the client and database version difference in that as shown below.
Product Name: SmartList Database Version: 1101561 Client Version: 1101384
Usually this error shouldn't occur in the scenario you mentioned.
The workaround here would be updating the DU000020 table in the backend to match database version with client version. Follow the below steps:
Execute the below query for system database :
UPDATE DU000020 SET
versionMajor = 11,
versionBuild = /*The last four digits of Client version in the log file*/
WHERE PRODID = 1045 /*Product ID for Revenue Expense Deferrals*/
Hope this helps.