Getn057 - Added By Users Page

The "Added By Users" (GETN057) functionality is an audit and control mechanism designed to capture the User ID of the individual who initially created a record. This field is automatically populated by the system upon the successful creation of a new entry and cannot be manually edited by end-users.

This guide outlines the functional behavior, technical logic, and user interface elements associated with this feature.

| Property | Value | | :--- | :--- | | Field Label | Added By Users (or "Created By") | | Data Type | String / Text | | Editable | No (Read-Only) | | Required | System Generated (Always stored) | | Visible to Roles | All (unless restricted by specific policy) | GETN057 - Added By Users

You may be referring to something similar to:

Please clarify, and I will generate the exact report you need. The "Added By Users" (GETN057) functionality is an

For reporting purposes, the "Added By Users" field can be used as a filter or group-by criterion.

Common Use Cases:

SQL Example:

SELECT record_id, record_name, created_by
FROM application_table
WHERE created_by = 'target_user_id';

Document ID: GETN057 Module: User Management / Security / Auditing Purpose: To track and display the identity of the user who created a specific record. Please clarify, and I will generate the exact