/
Creating a new Jiwa database where Australian Dollar is not the local currencies sets both as Local
Creating a new Jiwa database where Australian Dollar is not the local currencies sets both as Local
Problem
Creating a new Jiwa database and selecting any currency other than Australian Dollar, sets both currencies as Local. Attempting to correct this in the application errors.
Solution
SQL skills are required
Sound SQL knowledge is required to complete this task
This situation can only be corrected via SQL
Select the records from the FX_Currency table
Update the field IsLocal for the currency that is NOT the local currency e.g. Australian Dollar
update FX_Currency set IsLocal = '0' where RecID = 'AAC8BD6A-A686-40C8-B052-EF4AF089E699'
Related articles
, multiple selections available,
Related content
Jiwa 7.01.00.00
Jiwa 7.01.00.00
More like this
Upgrading from an earlier version to Jiwa 7.00.175 or 7.01.00 may error with a DB_Notes issue on script 34114
Upgrading from an earlier version to Jiwa 7.00.175 or 7.01.00 may error with a DB_Notes issue on script 34114
More like this
Plugin to prevent 0.00 FX Amount transactions being saved where Amount > 0.00 - 7.00.175 only
Plugin to prevent 0.00 FX Amount transactions being saved where Amount > 0.00 - 7.00.175 only
More like this
'Currency record not found' when running period rollover on Creditors
'Currency record not found' when running period rollover on Creditors
More like this
Where do you set the decimal places for the system?
Where do you set the decimal places for the system?
More like this
Creating a 7.00.175 to 7.02.01 databases under SQL2017 and higher errors 'Could not import package...'
Creating a 7.00.175 to 7.02.01 databases under SQL2017 and higher errors 'Could not import package...'
More like this