Question

update Currency rate every month

  • 9 May 2023
  • 4 replies
  • 282 views

Userlevel 3
Badge +8

Hi all,

 

Is there a way to update Currency rate every month in IFS cloud?

 

 


4 replies

Userlevel 5
Badge +13

Hi,

I could see some other posts in IFS Community replying to this.

Please check:

Regards,

Pilar

Userlevel 4
Badge +8

Synchronizing currency exchange rates can be done by a simple configuration-layer development.

The standard in EU region is to use the web endpoint of the Europa Central Bank.

https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml

Using the regular IFS integration broker (IFS Connect), receive the currency exchange rates XML and then convert it to a CSV. Using the BizAPI IfsFinancialsInboundMessages:ReceiveCurrencyRate read the generated source file into IFS.

Userlevel 5
Badge +13

Other option:
With a small page configuration, it’s been created a workflow that connects to an external WebService to fetch the current currency Exchange Rates and automatically updates IFS Cloud with those details. It saves IFS Cloud users from having to manually key in this information.

Check this video that show this in action and you'll also find the bpmn file there:

https://play.goconsensus.com/1d7a4385

Regards,

Pilar

Userlevel 3
Badge +8

Thank you very much  Pilar FrancoManulak .

Reply