0% found this document useful (0 votes)
94 views7 pages

How To Create Error or Override Messages Based On A Specific Condition

The document explains how to create error or override messages based on specific conditions in a Temenos system. It describes creating an EB.GC.PARAMETER record called "SYSTEM" to enable constraints processing. It also involves creating a FUNDS.TRANSFER record in EB.GC.ACTIVE application and a subroutine attached to the EB.GC.CONSTRAINTS record for the FUNDS.TRANSFER application to define the error or override messages.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views7 pages

How To Create Error or Override Messages Based On A Specific Condition

The document explains how to create error or override messages based on specific conditions in a Temenos system. It describes creating an EB.GC.PARAMETER record called "SYSTEM" to enable constraints processing. It also involves creating a FUNDS.TRANSFER record in EB.GC.ACTIVE application and a subroutine attached to the EB.GC.CONSTRAINTS record for the FUNDS.TRANSFER application to define the error or override messages.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

How to create error or override messages based on a specific condition? https://basecamp.temenos.com/s/article-detail/a042K00001KIqiLQAT/how-to-create-error-or-...

((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))

Article Details
Explore product details, discuss issues, find the latest news, and
contribute to best practices.

How to (/s/how-to)  >  How to create error or override messages based on a specific condition?

   Rate    Like    Bookmark

(/s/profile/0056A000000izetQAA) How to create error or override messages based on a specific condition?


Vinay Jain - Admin (/s/profile/0056A000000izetQAA)  •  Apr 27, 2021  •  Technology > Core Infra > System Core (EB)

      19

How do we create error or override messages based on a specific condition?

The document explains how to create error or override messages based on specific conditions.
To enable the constraints processing, create an EB.GC.PARAMETER record "SYSTEM".

1 of 7 2/10/2023, 7:39 PM
How to create error or override messages based on a specific condition? https://basecamp.temenos.com/s/article-detail/a042K00001KIqiLQAT/how-to-create-error-or-...

((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))

Create a record FUNDS.TRANSFER in EB.GC.ACTIVE application.

Create the subroutine and attached in record EB.GC.CONSTRAINTS for FUNDS.TRANSFER application

2 of 7 2/10/2023, 7:39 PM
How to create error or override messages based on a specific condition? https://basecamp.temenos.com/s/article-detail/a042K00001KIqiLQAT/how-to-create-error-or-...

((//ss//)) C
Coom
mmmuun
*--------------------------------------------------- niittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))

* <Rating>0</Rating>

*---------------------------------------------------

SUBROUTINE CHECK.CATEGORY

$INSERT I_COMMON

$INSERT I_EQUATE

$INSERT I_F.FUNDS.TRANSFER

$INSERT I_F.ACCOUNT

FN.AC = 'F.ACCOUNT'

F.AC = ''

R.AC = ''

AC.ERR = ''

CALL OPF(FN.AC,F.AC)

Y.DEBIT.AC = R.NEW(FT.DEBIT.ACCT.NO)

CALL F.READ(FN.AC,Y.DEBIT.AC,R.AC,F.AC,AC.ERR)

Y.CATEG = R.AC<AC.CATEGORY>

IF Y.CATEG EQ '1001' THEN

COMI = 'YES'

END

RETURN

END

3 of 7 2/10/2023, 7:39 PM
How to create error or override messages based on a specific condition? https://basecamp.temenos.com/s/article-detail/a042K00001KIqiLQAT/how-to-create-error-or-...

((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))

Input the FT record and commit the record, the error message will be generated if the condition satisfied otherwise an override message will be generated.

4 of 7 2/10/2023, 7:39 PM
How to create error or override messages based on a specific condition? https://basecamp.temenos.com/s/article-detail/a042K00001KIqiLQAT/how-to-create-error-or-...

((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))

5 of 7 2/10/2023, 7:39 PM
How to create error or override messages based on a specific condition? https://basecamp.temenos.com/s/article-detail/a042K00001KIqiLQAT/how-to-create-error-or-...

((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))

0 Comments

PPo
osstt Q
Quue
essttiio
onn

Share an update... Share

Sort by:

Most Recent Activity Search this feed...

6 of 7 2/10/2023, 7:39 PM
How to create error or override messages based on a specific condition? https://basecamp.temenos.com/s/article-detail/a042K00001KIqiLQAT/how-to-create-error-or-...

((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))

Collaborate here!
Here's where you start talking with your colleagues about this.

Supplier Information Terms of use Base Camp FAQ


ww.temenos.com (https://www.temenos.com (https://www.temenos.com (https://basecamp.temenos.com Follow US
/information-for- /legal-information /s/article-detail
suppliers/) /website-terms-and- /a046A000001lZe4QAE/temenos- (https://www.linkedin.com (https://www.linkedin.com
conditions/) base-camp-faq) /company/temenos) /company/temenos/)

7 of 7 2/10/2023, 7:39 PM

You might also like