× Discuss about OFS, Temenos Connectors, Various OFS modes, OFS with Versions, OFS performance, Logging, EB.PHANTOM, OFS.SOURCE etc…

OFS IN.MSG.RTN SUBSTITUTING PART OF THE OFS MESSAGE

  • shelistot@gmail.com
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 months 1 week ago #24436 by shelistot@gmail.com
OFS IN.MSG.RTN SUBSTITUTING PART OF THE OFS MESSAGE was created by shelistot@gmail.com
Kindly guide me on how I can attach the below routine to OFS.SOURCE in IN.MSG.RTN, this is a validation to modify the DEBIT.CURRENCY if its ZiG to ZWL nad ignore if otherwise. How do I make the routine operational?

SUBROUTINE SN.FORCE.ZiG.CONVERSION.VER(OUT.MSG)
 
 INSERT I_COMMON
 INSERT I_EQUATE
 
 IF DEBIT.CURRENCY = "ZiG" THEN 
 DEBIT.CURRENCY = 'ZWL'

 RETURN
 END


 

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Away
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
7 months 1 week ago #24437 by VK
Hi
you need to parse OFS message and substitute currency code if it matches... but much easier to do the same using AUT.NEW.CONTENT in OFS VERSION.

Cheers
VK

Please Log in or Create an account to join the conversation.

  • shelistot@gmail.com
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 months 3 weeks ago #24471 by shelistot@gmail.com
Replied by shelistot@gmail.com on topic OFS IN.MSG.RTN SUBSTITUTING PART OF THE OFS MESSAGE
@ VK Thanks, I wanted to take a complicated approach but this worked for me. I forgot to update you.

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Away
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
5 months 3 weeks ago #24474 by VK
OK, thanks for sharing.

Cheers
VK

Please Log in or Create an account to join the conversation.

Time to create page: 0.076 seconds