- Forum
- T24 Technical Discussions
- T24 Upgrade
- List of core api's donot work in browser but works in desktop
×
Discuss about Upgrade, What are the pre-requesties, Scoping, Actual Upgrade, Upgrade Testing, Technical Testing, Functional Testing, Local code conversion, Core upgrade, Local upgrade, etc…
List of core api's donot work in browser but works in desktop
- aaradhya459
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
6 years 5 months ago #21838
by aaradhya459
List of core api's donot work in browser but works in desktop was created by aaradhya459
Kindly share list core api's that works in desktop and not in browser
Example TXT.BUFFER
TXT.INPUT
Appreciate if the alternate commands also to share, so that we can change these core api while migration
Example TXT.BUFFER
TXT.INPUT
Appreciate if the alternate commands also to share, so that we can change these core api while migration
Please Log in or Create an account to join the conversation.
- VK
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1183
- Thank you received: 157
6 years 5 months ago - 6 years 5 months ago #21844
by VK
Cheers
VK
Replied by VK on topic List of core api's donot work in browser but works in desktop
Hi
I don't think there's a universal guide for that. Maybe Temenos has something?
What right now comes to mind:
Anything where any interactivity is used. Like CALL TXTINP, CALL REM etc. That won't work under Browser.
VB scripting.
DDE. Like uploading data via Excel table when Desktop is active.
EB.SET.NEXT.TASK usage:
Desktop:
Browser:
GTSACTIVE global var from I_GTS.COMMON is not set under Desktop and is under Browser.
You will have to mark validation routines as "HOT.FIELD" if you want some immediate action (like auto-populate another field).
Check the code for something like:
I don't think there's a universal guide for that. Maybe Temenos has something?
What right now comes to mind:
Anything where any interactivity is used. Like CALL TXTINP, CALL REM etc. That won't work under Browser.
VB scripting.
DDE. Like uploading data via Excel table when Desktop is active.
EB.SET.NEXT.TASK usage:
Desktop:
CALL EB.SET.NEXT.TASK(C.U : ' ENQ USER')
Browser:
CALL EB.SET.NEXT.TASK('ENQ USER')
GTSACTIVE global var from I_GTS.COMMON is not set under Desktop and is under Browser.
You will have to mark validation routines as "HOT.FIELD" if you want some immediate action (like auto-populate another field).
Check the code for something like:
IF NOT(INDEX(TTYPE, 'GUI', 1)) THEN ...
Cheers
VK
Last edit: 6 years 5 months ago by VK.
The following user(s) said Thank You: aaradhya459
Please Log in or Create an account to join the conversation.
- aaradhya459
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
6 years 4 months ago #21878
by aaradhya459
Replied by aaradhya459 on topic List of core api's donot work in browser but works in desktop
Thank you very much ..
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Upgrade
- List of core api's donot work in browser but works in desktop
Time to create page: 0.075 seconds