FunctionalArea
Provides a consolidated view of business functions or departments within the organization, derived from various internal source systems.
Columns
| Name | Type | Description |
| ID | String | Unique identifier for the functional area record, typically a system-generated string used to distinguish this entry from others in the table. |
| Name | String | The descriptive name of the functional area, representing a distinct operational or organizational domain within the business. |
| Status | String | Current lifecycle state of the functional area record, such as Active, Inactive, or Archived, used to control visibility and usage within the system. |
| Created_By | String | Username or identifier of the user who initially created the functional area entry in the system. |
| Created_Date | Datetime | Timestamp indicating when the functional area record was first created, stored in Coordinated Universal Time (UTC). |
| Last_Modified_By | String | Username or identifier of the user who most recently updated or modified the functional area record. |
| Last_Modified_Date | Datetime | Timestamp of the most recent modification made to the functional area record, stored in Coordinated Universal Time (UTC). |
| Business_Unit | String | Name or identifier of the business unit associated with the functional area, indicating the part of the organization responsible for or linked to this function. |