licensable_table
Identifies tables that require licensing to help monitor usage across licensed ServiceNow apps.
Columns
| Name | Type | References | Description |
| sp_source | String | Identifies the source of the licensable table, indicating where the licensing data originates. | |
| af_app_id | String | Specifies the unique identifier of the application associated with the licensable table. | |
| af_app_name | String | Displays the name of the application that owns or uses the licensed functionality. | |
| af_skip_custom_role_eval | Bool | Indicates whether custom role evaluation should be skipped during license calculations for this table. | |
| la_app_id | String | References the licensed application's unique identifier used for tracking and entitlement purposes. | |
| sm_sys_package | String | Specifies the system package that contains the licensable table definition. | |
| sm_sys_package_link | String | Provides a link to the related system package record in ServiceNow. | |
| dbo_name | String | Displays the database object name representing the licensable table. | |
| ld_license_weight | Int | Defines the license weight value, used to calculate the overall license consumption for this table. | |
| ha_app | String | References the application record linked to the license configuration. | |
| ha_app_link | String | Provides a link to the application record associated with the license tracking. | |
| ha_license | String | References the license record governing usage of the related application or table. | |
| ha_license_link | String | Provides a link to the specific license record in ServiceNow. | |
| lc_license_model | String | Specifies the license model that defines how licensing is applied, such as user-based or usage-based. | |
| lc_name | String | Displays the name of the license configuration entry for the licensable table. |