× 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
2 weeks 6 days 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
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
2 weeks 6 days 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.

Time to create page: 0.103 seconds