×
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...
current user
- tiger93
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
17 years 2 weeks ago #940
by tiger93
current user was created by tiger93
how to get current user ID. R.USER gives current users sign on name. Is there any variable to get current user ID.
Please Log in or Create an account to join the conversation.
- jcosta
- Offline
- Junior Member
Less
More
- Posts: 37
- Thank you received: 0
17 years 2 weeks ago #941
by jcosta
Replied by jcosta on topic user ID
Hi, OPERATOR is the variable you are looking for.
JCosta
JCosta
Please Log in or Create an account to join the conversation.
- malai
- Offline
- Platinum Member
Less
More
- Posts: 508
- Thank you received: 11
17 years 2 weeks ago #942
by malai
Replied by malai on topic operator
OPERATOR is a T24 common variable defined in I_COMMON which holds the current T24 user id.
In case of jBASE you can try with the following SYSTEM variables
SYSTEM(50) Return login user id
SYSTEM(1015) Return effective user name. LOGNAME
SYSTEM(1020) Return login user name
___________
Thanks
In case of jBASE you can try with the following SYSTEM variables
SYSTEM(50) Return login user id
SYSTEM(1015) Return effective user name. LOGNAME
SYSTEM(1020) Return login user name
___________
Thanks
Please Log in or Create an account to join the conversation.
- t24user1
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 0
16 years 5 months ago #943
by t24user1
Release : R7
How to obtain a list of all logged in Users?
Before it could be obtained from LOCKING application through the record SIGN.ON.CONTROL. Since it is obsolete now with the previous functionality, how do I see all the logged in Users through browser, classic and desktop.
ACTIVITY application does not show all the records?
Thanks.
Ben
Replied by t24user1 on topic How to obtain a list of all signed on users in T24
Release : R7
How to obtain a list of all logged in Users?
Before it could be obtained from LOCKING application through the record SIGN.ON.CONTROL. Since it is obsolete now with the previous functionality, how do I see all the logged in Users through browser, classic and desktop.
ACTIVITY application does not show all the records?
Thanks.
Ben
Please Log in or Create an account to join the conversation.
- zaki_hyder
- Offline
- Premium Member
Less
More
- Posts: 102
- Thank you received: 1
16 years 5 months ago #944
by zaki_hyder
Replied by zaki_hyder on topic How to obtain a list of all signed on users in T24
Hi Benny,
From prompt you can list tokens
jsh-> LIST F.OS.TOKEN F1 F2 F3
To see user id. From Classic and browser i dont think we have.
Syed Zaki Hyder
From prompt you can list tokens
jsh-> LIST F.OS.TOKEN F1 F2 F3
To see user id. From Classic and browser i dont think we have.
Syed Zaki Hyder
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds