Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros 3700 retrieve current loggin user

Status
Not open for further replies.

Fef

Programmer
Mar 10, 2021
2
FR
Hello All,

I am working on an ISL in RES 3700 and i would like to retrieve the current logged in user.

My sample ISL Code :
[pre]event signin
var message : a40
format message as "Hello User : >", @UserEntry, "<"
InfoMessage message
endEvent[/pre]

It's not working, can someone point me to a direction ?

Thanks !
Best
 
You could use some of these

@Tremp - employee number (not the sign in id, but their employee number)
@Tremp_chkname - the name that prints on the receipts.
@Tremp_fname - Firstname
@Tremp_lname - last name

You seem to be trying to get their login id. You cant get that via sim unless you read it from the database.

Specialist in creating custom applications for the Micros POS range: 3700, 9700, Simphony FE, Simphony. SIM Scripts, Data Exports, Simphony extension applications, API Creation and integration. If you need anything please contact me via my website
 
Thank you very much !

Best
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top