×
Discuss about Archiving, Close of Business, Delivery Setup, Security Management System, Global Processing etc…
Stop execution of STO at the COB stage.
- fazal.mansoor
- Topic Author
- Visitor
-
9 years 10 months ago #18063
by fazal.mansoor
Stop execution of STO at the COB stage. was created by fazal.mansoor
Dear All,
We have a requirement which states that if customer exceeds the threshold debit limit then system should restrict the him from making any debit transaction. We have controlled this thing through local development but we are facing an issue in Standing.Order application.
Let me explain the case with the example:
Threshold Debit Limit = 50000
A customer made an FT of 45000 and then he made a Standing order of 5000 . If we sum up the total transaction then they are under the limit and system will not restrict him to make an STO. Later, customer made a transaction of 5000 and system allowed him as we are not recording STO debit amount in our local template. Next day, after End of day when STO routine executed and debited the customer account and breach the threshold limit. I would like to know can we recheck the threshold limit by placing a routine at the time of Execution of routine at day start.
We have a requirement which states that if customer exceeds the threshold debit limit then system should restrict the him from making any debit transaction. We have controlled this thing through local development but we are facing an issue in Standing.Order application.
Let me explain the case with the example:
Threshold Debit Limit = 50000
A customer made an FT of 45000 and then he made a Standing order of 5000 . If we sum up the total transaction then they are under the limit and system will not restrict him to make an STO. Later, customer made a transaction of 5000 and system allowed him as we are not recording STO debit amount in our local template. Next day, after End of day when STO routine executed and debited the customer account and breach the threshold limit. I would like to know can we recheck the threshold limit by placing a routine at the time of Execution of routine at day start.
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
9 years 10 months ago #18064
by jpb
Replied by jpb on topic Stop execution of STO at the COB stage.
You can attach a routine to the STO using CUR.AMT.ROUTINE or FT.ROUTINE depending on your needs.
Please Log in or Create an account to join the conversation.
- fazal.mansoor
- Topic Author
- Visitor
-
9 years 10 months ago #18066
by fazal.mansoor
Replied by fazal.mansoor on topic Stop execution of STO at the COB stage.
Can anyone share the STO.AMOUNT.EXAMPLE code with me. The code is missing in R08.
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
9 years 10 months ago #18068
by jpb
Replied by jpb on topic Stop execution of STO at the COB stage.
* Version 1 04/10/00 GLOBUS Release No. 200508 30/06/05
*
* <Rating>0</Rating>
*
SUBROUTINE STO.AMOUNT.EXAMPLE(STO.ID,R.STO,R.ACC,CUR.AMOUNT)
$INSERT I_COMMON
$INSERT I_EQUATE
*
CUR.AMOUNT = 5000
RETURN
END
*
* <Rating>0</Rating>
*
SUBROUTINE STO.AMOUNT.EXAMPLE(STO.ID,R.STO,R.ACC,CUR.AMOUNT)
$INSERT I_COMMON
$INSERT I_EQUATE
*
CUR.AMOUNT = 5000
RETURN
END
Please Log in or Create an account to join the conversation.
- Valleyman1
- Visitor
-
8 years 10 months ago #20154
by Valleyman1
Replied by Valleyman1 on topic Stop execution of STO at the COB stage.
HI,
I can see the post is quite old. Is it possible to share the FT.ROUTINE also, I hope it can give me clue on how to raise Mt103 for certain transactions with specified conditions.
I can see the post is quite old. Is it possible to share the FT.ROUTINE also, I hope it can give me clue on how to raise Mt103 for certain transactions with specified conditions.
Please Log in or Create an account to join the conversation.
Time to create page: 0.036 seconds