Skip to main content
Question

How to set up multiple sources for currency rate updates?

  • September 22, 2026
  • 1 reply
  • 21 views

Forum|alt.badge.img+4

Hi All,

In IFS using currency rate update workflow functions, can we update different rate types using different sources?

Eg:

In company ABC, Currency rate type 1 - Normal to be updated using commercial bank rate source.

ABC company , currency rate type 4 - Month-end rates to be updated using Central bank rates.

 

Can we do that by configuring different task IDs and different workflows?

1 reply

Furkan Zengin
Ultimate Hero (Partner)
Forum|alt.badge.img+21
  • Ultimate Hero (Partner)
  • September 22, 2026

Hello ​@TWIMLK 

I built the workflow this way. Defined an API call to identify the company at the beginning of the workflow. Based on the localization, I am using different sources

 

API Call for CompanyHandling

 

 

Gateway validation

 

Hope this helps