Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2079

Re: Banking scenario

$
0
0

Hi Sarika,

 

Why don't you try the below tweak in the code to enable middleware identify that this has to be sent to CITI Russia.

 

if(BIC.substring(0, 6).equalsIgnoreCase("CITIRU"))

        {

            str = BIC.substring(0, 6);  //or any other string which will help middleware to know that this belongs to CITI Russia

        }

        else

        {

            str = BIC.substring(0, 4);

        }

       

        return str;

 

This code will return CITIRU (if the BIC value is CITIRU) else will return the Bank names (as per existing logic). Let me know if this is feasible or if there are length restrictions for the returned BIC value.

 

Regards,

Karthik


Viewing all articles
Browse latest Browse all 2079

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>