Developer forum

Forum » Development » External update of currencies and exchange rates

External update of currencies and exchange rates


Reply

 

 

Hi.

 

I am updating the EcomCurrencies table from an external ERP system by using direct ODBC updates.

The webapplication does not use the new currencies and/or rates in frontend or backend. I suspect they are cached in the application state variable Ecom:Currencies.

 

How do i get Dynamicweb to update the Ecom:Currencies application variable without restarting the IIS service?

 

/Christian


Replies

 
Reply

After updating the database, simply run

Dynamicweb.eCommerce.Common.Application.KillCurrencies()

 

You must be logged in to post in the forum