× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

OVERRIDE - How to Suppress OFS Overrides

  • murangiri
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 2 months ago - 7 years 2 months ago #20974 by murangiri
OVERRIDE - How to Suppress OFS Overrides was created by murangiri
Firstly, please assist if you know how to suppress this CORE Override completely.
OVERRIDE:1:1=BNK.DIFF.CCY}Intermediary not Resident of Pay Ccy

Secondly,
My interface is validating an OFS message with GTS values included in the OFS Message as follows
FUNDS.TRANSFER,MY.VERSN/I/VALIDATE/2/0,

The Validation fails with override "Intermediary not Resident of Pay Ccy" which am unable to approve via subroutine attached to the OVERRIDE record itself. In fact, the routine (ACCEPT.CPTY.OV) is never called at all.


OVERRIDE.KEY...... BNK.DIFF.CCY
1. 1. 1 L Intermediary not Resident of Pay Ccy
11. 1. 1 P BANK RESIDENCE <> COUNTRY(CR.CCY)
12 NUMERIC.ID........ O-10068
31. 1 OFS.SOURCE..... MY.TELNET OFS TELNET SESSIONS
32. 1 APP.VERSION.... FUNDS.TRANSFER FUNDS.TRANSFER
33. 1 SUBROUTINE..... ACCEPT.CPTY.OV ACCEPT.CPTY.OV
42 SYSTEM............ YES
Last edit: 7 years 2 months ago by murangiri.

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
7 years 2 months ago #20975 by VK
Hi
you can try to amend the field TYPE of your OVERRIDE record - make it a "warning", for example:
TYPE
================================================
Specifies the type of override:
Auto       - Are auto overrides which are accepted automatically without the user's consent.
Error       - Are overrides which turn into errors when raised.
Message - Are overrides which turn into notifications when raised.
Warning  - Are overrides which turn into warnings when raised.
Warnings accept input from the user but don't stop the transaction, only record the input.

Cheers
VK

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

  • murangiri
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 1 month ago #20982 by murangiri
Replied by murangiri on topic OVERRIDE - How to Suppress OFS Overrides
FT17052DLD6P/CBLT170528466063675.00/-2/NO,HOLD - OVERRIDE Intermediary not Resident of Pay Ccy

sadly!

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
7 years 1 month ago #20983 by VK
Hi
Try with GTS.CONTROL = 1

Cheers
VK

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

  • concern
  • concern's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • R20 | TAFJ | ORACLE
More
7 years 1 month ago #20985 by concern
Replied by concern on topic OVERRIDE - How to Suppress OFS Overrides
Set the field GTS.CONTROL accordingly on your version.

FIELD NO 66 = GTS.CONTROL


Controls how GTS will handle error conditions for activities using this
version record.
The following values are allowed

Null
====
Validation errors will result in the record being rejected,the GTS data
record in the output directory will be appended with an error code (90)
Overrides will be accepted by default, the GTS data record in the
output directory will be appended with the acceptance code (00).

1
=
Validation errors will place the record on hold, the GTS data record in
the output directory will be appended with an error code (80).
Overrides will be accepted by default the GTS data record in the output
directory will be appended with the acceptance code (00).

2
=
Validation errors will result in the record being rejected, the GTS data
record in the output directory will be appended with an error code (90).
Overrides will result in the record being placed on hold, the GTS data
record in the output directory will be appended with an error code (81).

3
=
Validation errors will place the record on hold, the GTS data record in
the output directory will be appended with an error code (80).
Overrides will result in the record being placed on hold, the GTS data
record in the output directory will be appended with an error code (81).

(1) 1 character alphanumeric must be either null (no value), 1 ,2 or 3.

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

  • murangiri
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 1 month ago #20986 by murangiri
Replied by murangiri on topic OVERRIDE - How to Suppress OFS Overrides
Cannot use GTS=1, weI do not want to accept all Overrides. It is straight-through process.

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
7 years 1 month ago #20987 by VK
Hi
How did you set the field TYPE of your OVERRIDE record?

Cheers
VK

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

More
7 years 1 month ago #20988 by MarkTaylor
Replied by MarkTaylor on topic OVERRIDE - How to Suppress OFS Overrides
Did you set field AUTO.OVERRIDES to YES in your version - FUNDS.TRANSFER,MY.VERSN ?
Otherwise the routine will not be called
The following user(s) said Thank You: murangiri, VK

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

  • murangiri
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 1 month ago #20989 by murangiri
Replied by murangiri on topic OVERRIDE - How to Suppress OFS Overrides

Did you set field AUTO.OVERRIDES to YES in your version - FUNDS.TRANSFER,MY.VERSN ?
Otherwise the routine will not be called


This is perfectly the solution to my issue. Thank you a million times!

DIFF.CCY}Intermediary not Resident of Pay Ccy *(CBL.TELNET APPROVED)*

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

Time to create page: 0.131 seconds