- Forum
- T24 Technical Discussions
- T24 Development & Customization
- Authorising FT records in INAU status with override record requiring approval.
×
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...
Authorising FT records in INAU status with override record requiring approval.
- Mandiebon
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
1 month 1 week ago #24014
by Mandiebon
Authorising FT records in INAU status with override record requiring approval. was created by Mandiebon
Dear All,
I am working on a customization of a Straight Through process of FT records in INAU using OFS. The process is to authorise amounts that fall within a certain limit amount. But if the amount is higher than then set limit amount, the authorised record should go in INAO. For example I have a limit of 5,000 USD set. If the amount in the FT is higher than the limit amount say 10,000 USD the OFS string should authorise the FT record pending approval of the override message for the amount. I am using a routine to check for the debit amount in the FT and I have attached it to the version I am using in my ofs string at the Before Auth Rtn field.
My challenge is that although the FT record is raised in INAO, the credit account is credited with the amount and the statement is also updated. I am expecting the FT in INAO record not to update the statement and balance of the credit account. Does anyone have any ideas on how to achieve this? Or am I doing something wrong that is causing this?
Your advice and help will be much appreciated.
Thank you.
I am working on a customization of a Straight Through process of FT records in INAU using OFS. The process is to authorise amounts that fall within a certain limit amount. But if the amount is higher than then set limit amount, the authorised record should go in INAO. For example I have a limit of 5,000 USD set. If the amount in the FT is higher than the limit amount say 10,000 USD the OFS string should authorise the FT record pending approval of the override message for the amount. I am using a routine to check for the debit amount in the FT and I have attached it to the version I am using in my ofs string at the Before Auth Rtn field.
My challenge is that although the FT record is raised in INAO, the credit account is credited with the amount and the statement is also updated. I am expecting the FT in INAO record not to update the statement and balance of the credit account. Does anyone have any ideas on how to achieve this? Or am I doing something wrong that is causing this?
Your advice and help will be much appreciated.
Thank you.
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- TAFC/J|R19/R22
Less
More
- Posts: 1008
- Thank you received: 132
1 month 1 week ago #24015
by VK
Cheers
VK
Replied by VK on topic Authorising FT records in INAU status with override record requiring approval.
Hi
looks strange...
How exactly you achieve INAO status? Raise an OVERRIDE that can't be approved by OFS user?
looks strange...
How exactly you achieve INAO status? Raise an OVERRIDE that can't be approved by OFS user?
Cheers
VK
Please Log in or Create an account to join the conversation.
- Mandiebon
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
1 month 1 week ago #24016
by Mandiebon
Replied by Mandiebon on topic Authorising FT records in INAU status with override record requiring approval.
Hello VK I have done that, I am using a user that cannot approve the override, and the record is raised in INAO status, but the balance and statement of the credit account is updated as if the record has been fully authorised. And that is what I want to prevent.
Any idea why the record in INAO status is updating the statement and balance of the accounts?
Thanks
Any idea why the record in INAO status is updating the statement and balance of the accounts?
Thanks
Please Log in or Create an account to join the conversation.
- VK
-
- Offline
- Platinum Member
-
- TAFC/J|R19/R22
Less
More
- Posts: 1008
- Thank you received: 132
1 month 1 week ago #24017
by VK
Cheers
VK
Replied by VK on topic Authorising FT records in INAU status with override record requiring approval.
Hi
maybe a bug in the core?
Try to move your logic to routine that runs at earlier stage... like to INPUT routine. For this routine to be triggered use function I with 0 authorisations instead of A.
maybe a bug in the core?
Try to move your logic to routine that runs at earlier stage... like to INPUT routine. For this routine to be triggered use function I with 0 authorisations instead of A.
Cheers
VK
Please Log in or Create an account to join the conversation.
- kojomyers
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
1 month 1 week ago #24019
by kojomyers
Replied by kojomyers on topic Authorising FT records in INAU status with override record requiring approval.
Find attached.
Hope it helps and meet ur requirements
Hope it helps and meet ur requirements
Please Log in or Create an account to join the conversation.
- MarkTaylor
-
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 5
1 month 16 hours ago #24027
by MarkTaylor
Replied by MarkTaylor on topic Authorising FT records in INAU status with override record requiring approval.
OVERRIDE.CLASS.DETAILS application is exactly for this purpose.
There you can define the amounts and conditions and then link to the OVERRIDE record
There you can define the amounts and conditions and then link to the OVERRIDE record
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Development & Customization
- Authorising FT records in INAU status with override record requiring approval.
Time to create page: 0.122 seconds