Users
The Users screen is the central catalog of every account known to Nomasx-1 across every connected application — JD Edwards EnterpriseOne, SAP, NetSuite or any custom ERP plugged in through its own query. One line per (Application, User) pair: it is where to look up an account, check whether it is still active, see when it last logged in, and decide whether it should still exist.
The list is fed automatically from each source system at scan time (security tables for the ERP, optional LDAP / Active Directory verification on the side).
At a glance
Goal of the view
For each user known to any connected application, answer four questions in one glance:
- Does the account still need to exist? A user with no login in the last few months on an active application is the first one to question.
- Is the account active or disabled? Status
Active/Inactivereflects the source-system state —Inactiveaccounts may still hold roles that need to be reviewed. - When was the account created? Helps to align with HR onboarding and identify accounts created outside the standard process.
- What is the difference between login and usage? Last login is the last authentication; Last usage is the last actual transaction recorded by the source system. An account that logs in but never uses anything is a red flag.
The screen is the entry point for the account-hygiene review that auditors expect every quarter, regardless of the underlying ERP.
Columns
| Column | Source | What it tells you |
|---|---|---|
| Application ID | USR_APPS_ID — Application identifier from the source system (numeric reference). | Which application the row applies to. Several rows for the same user means the user exists on several applications. |
| User ID | USR_ID — User identifier (technical login). Linked to the user lookup catalog. | The user's technical login as known to the source system. |
| User Name | USR_NAME — Display name. | Human-readable name of the user. |
| Status | USR_STATUS — Boolean rule, 01 means Active. | Account state in the source system. Green chip Active when the value is 01, red chip Inactive otherwise. |
| Creation Date | USR_DT_CREATION — date. | When the account was created in the source system. |
| Login Date | USR_DT_LOGIN — date. | Last authentication captured by the source system. |
| Last Usage | LAST_USAGE — date computed by the connector. | Last time the user actually used something — distinct from a simple login. |
| Last Update | USR_DT_UPDATE — date. | Date of the last refresh on the source row. |
On JD Edwards EnterpriseOne, the Last Usage date is computed from the Object Usage Tracking records read through the LICENSE_JDE_OUT connector. Other source systems can feed the same column by exposing an equivalent query — for example a usage log table in a custom ERP, or session-audit events in SAP / NetSuite. The screen itself is identical; only the underlying query changes.
Hidden columns kept on the row for downstream screens: USRP_TECHNICAL, USRP_GENERIC, USRP_ID_LINKED, USR_REGISTRATION, USR_DT_REFRESH, USR_UKID. They surface on the User Audit and Duplicate Users screens.
The two filter inputs above the grid (Application ID and User ID) accept contains / equals / not equals / starts with / ends with operators — the standard server-side filter shape used across Nomasx-1.
Tips & best practices
- Sort by Last Login ascending to bring dormant accounts to the top of the list. Combine with the Inactive status filter to short-list the candidates for removal.
- Compare Last Login with Last Usage. An account that logs in regularly but has not used a single transaction in months is either a technical account that should be tagged as such, or a real user whose access is no longer needed.
- The Creation Date drives onboarding reconciliation. Filter the last quarter and compare with the HR onboarding sheet — every new hire must appear, and every appearance must match a hire.
- A user across several applications is normal, several users with the same alpha name is not. When the latter happens, jump to the Duplicate users screen which highlights it explicitly.
- Click the row to open the Users Audit screen scoped to that user — full role history, country, business unit, last usage by module.