×
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...
Get current version name
- maidp
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
17 years 9 months ago #793
by maidp
Get current version name was created by maidp
Hi all,
I have many version for Teller eg: TELLER,A TELLER,B TELLER,C.
Version TELLER,A must use only for authorise TT with transaction code 1, version TELLER,B must use only for authorise TT with transaction code 2.
And I want to write only one routine tag to every versions to check if user use correct version or not.
How could I get current version name which end user use for authorise transaction?
I have many version for Teller eg: TELLER,A TELLER,B TELLER,C.
Version TELLER,A must use only for authorise TT with transaction code 1, version TELLER,B must use only for authorise TT with transaction code 2.
And I want to write only one routine tag to every versions to check if user use correct version or not.
How could I get current version name which end user use for authorise transaction?
Please Log in or Create an account to join the conversation.
- ironmaiden
- Offline
- Premium Member
-
Less
More
- Posts: 83
- Thank you received: 0
17 years 9 months ago #794
by ironmaiden
Replied by ironmaiden on topic PGM.VERSION
There is a common variable called PGM.VERSION try that...it will have the version name in that..u can trace it using that...I think u have to add the application name in the prefix if u want the full VERSION.NAME...for example,
u are in TELLER,MY...then PGM.VERSION will give you MY...try that and let us know also...
NJOY LIFE TO THE FULLEST
u are in TELLER,MY...then PGM.VERSION will give you MY...try that and let us know also...
NJOY LIFE TO THE FULLEST
Please Log in or Create an account to join the conversation.
- pieseks
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
17 years 9 months ago #795
by pieseks
Replied by pieseks on topic get current version name - reply
Hi,
I'm not sure that I understand You correctly.
You want to trace which transaction was porcessed for ex. via TELLER,A version?
If so, than maybe You should create new LOCAL.REF in Your teller records.
Then in VERSION, specify to autoinput this field with correct version name.
I hope this was helpful.
Regards
I'm not sure that I understand You correctly.
You want to trace which transaction was porcessed for ex. via TELLER,A version?
If so, than maybe You should create new LOCAL.REF in Your teller records.
Then in VERSION, specify to autoinput this field with correct version name.
I hope this was helpful.
Regards
Please Log in or Create an account to join the conversation.
- t24r05
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
17 years 9 months ago #796
by t24r05
Replied by t24r05 on topic Get current version name
You can achieve it by trying to use nofile enquiry. Different enquiry using same Nofile name, and in the routine, predefined your transaction code based on different enquiry name.
Please Log in or Create an account to join the conversation.
- vikasm
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
2 years 6 months ago #23946
by vikasm
Replied by vikasm on topic Get current version name
Hi everyone what is Screen Name in VERSION and how to write new VERSION record for :
Screen Name-Payment Method LTX
Local Ref Name-E.PAY.METH.LTX
Its very urgent. Please help me
Thanks.
Screen Name-Payment Method LTX
Local Ref Name-E.PAY.METH.LTX
Its very urgent. Please help me
Thanks.
Please Log in or Create an account to join the conversation.
- silvergem
-
- Offline
- Elite Member
-
- TAFC|R12/R13, TAFJ|R20
Less
More
- Posts: 270
- Thank you received: 21
2 years 6 months ago #23947
by silvergem
Replied by silvergem on topic Get current version name
Use core variable, APPLICATION and PGM.VERSION
make sure you have insert file of I_COMMON
make sure you have insert file of I_COMMON
Please Log in or Create an account to join the conversation.
- vikasm
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
2 years 6 months ago #23949
by vikasm
Replied by vikasm on topic Get current version name
Hi thanks for your response.
Do I need to write routine for this or can I directly do it either through browser or classic ??
Do I need to write routine for this or can I directly do it either through browser or classic ??
Please Log in or Create an account to join the conversation.
- silvergem
-
- Offline
- Elite Member
-
- TAFC|R12/R13, TAFJ|R20
Less
More
- Posts: 270
- Thank you received: 21
2 years 6 months ago #23950
by silvergem
Replied by silvergem on topic Get current version name
Yes.
If you want to get ther version name on browser you can right click the Description on Menu
For creation of new screens, shorcut command is "VERSION,COMPOSITE.VI". There is also a Menu for development available.
If you want to get ther version name on browser you can right click the Description on Menu
For creation of new screens, shorcut command is "VERSION,COMPOSITE.VI". There is also a Menu for development available.
Please Log in or Create an account to join the conversation.
- vikasm
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
2 years 6 months ago #23951
by vikasm
Replied by vikasm on topic Get current version name
Thank you so much.
Now got it.
Now got it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.047 seconds