How To Create Error or Override Messages Based On A Specific Condition
How To Create Error or Override Messages Based On A Specific Condition
((//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.
19
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 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>
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
Sort by:
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.
7 of 7 2/10/2023, 7:39 PM