cmn_cost_center
Manages cost center records used for tracking budgets, expenses, and departmental spending.
Columns
| Name | Type | ReadOnly | References | Description |
| sys_created_by | String | False |
Lists the user or process that originally created the cost center record in the Common Cost Center (cmn_cost_center) table. | |
| parent | String | False |
References the parent cost center, if the current one is part of a hierarchical financial structure. | |
| valid_to | Datetime | False |
Specifies the date when the cost center becomes inactive or is no longer valid for transactions. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the cost center record in ServiceNow. | |
| sys_created_on | Datetime | False |
Displays the date and time when the cost center record was first created. | |
| name | String | False |
Specifies the official name of the cost center, used to identify it within the organization's financial structure. | |
| manager | String | False |
Lists the manager responsible for overseeing the cost center's budget and expenditures. | |
| location | String | False |
Specifies the physical or organizational location associated with the cost center. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the cost center record. | |
| sys_mod_count | String | False |
Tracks the number of times the cost center record has been modified. | |
| code | String | False |
Contains the unique code or identifier assigned to the cost center for accounting or reporting purposes. | |
| account_number | String | False |
Specifies the internal account number linked to the cost center for financial tracking. | |
| valid_from | Datetime | False |
Indicates the date when the cost center record became active or valid for use. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the cost center record was last updated. | |
| ItemURL | String | True |
Displays the URL where the cost center record can be accessed from the ServiceNow user interface (UI). |