Hello,
in Spider contract or in Spider license, I can see as a currency only EUR, not any other currency.
How can I activate them?
Thank you
Vlad
‎Apr 08, 2020 07:40 AM
Hi Vlad,
As far as I know, the currency can only be changed within the database. Each Object has the "Currency" table.
Which currency would you like to change to? I will see If I can get more detailed information on changing values.
Kind regards,
James Ellis
‎Apr 08, 2020 10:55 AM
‎Apr 08, 2020 11:31 AM
Hi Vlad,
I have checked and got the result that you are looking for.
Note: This is self-managed and requires access to the SQL Database.
To achieve this, I have a sample statement for you:
INSERT INTO dbo.currency
VALUES ('USD','United States dollar','1.07'),
('GBP','Pound sterling','0.86');
This will need to be done for SpiderCore, SpiderAsset, SpiderLicence, and SpiderContract.
Kind regards,
James Ellis
‎Apr 09, 2020 06:55 AM