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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List Of Active User and Inactive User on Micros 3700

Status
Not open for further replies.

9Coder

IS-IT--Management
Apr 16, 2019
53
ID
Hi Folx,

Is there any way to check or generate a list of active and inactive users on micros 3700?
 


You can try running below sql

Code:
SELECT first_name,last_name, hire_status,inactive_from_date,inactive_to_date,termination_status,termination_date FROM "micros"."emp_def"; output to 'c:\temp\emp_class_def.csv' FORMAT TEXT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top