cmn_map_page
Defines pages used for map-based visualizations to display geographical or asset-related data.
Columns
| Name | Type | ReadOnly | References | Description |
| name | String | False | ||
| center_latitude | String | False |
Defines the latitude coordinate at which the map is centered by default. | |
| script | String | False |
Contains custom script logic that controls map behavior or visualization. | |
| type_selection | String | False |
Specifies the type of data or object displayed on the map, such as assets, incidents, or locations. | |
| show_device_location | String | False |
Indicates whether the map should display device or user locations when loaded. | |
| controls_size | String | False |
Defines the size of the navigation and control elements on the map interface. | |
| initial_zoom | String | False |
Specifies the initial zoom level when the map is first displayed. | |
| center_address | String | False |
Provides the address or reference point used to center the map view. | |
| overview | String | False |
Determines whether an overview or summary view of the map should be shown. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the map page record in ServiceNow. | |
| type | String | False |
Specifies the map type, such as terrain, satellite, or hybrid view. | |
| refresh_on_zoom | String | False |
Indicates whether the map data should refresh automatically when the user adjusts the zoom level. | |
| suffix | String | False |
Contains an optional suffix used to distinguish similar map pages or naming conventions. | |
| center_longitude | String | False |
Defines the longitude coordinate at which the map is centered by default. | |
| sys_policy | String | False |
Lists any system policy associated with the map page, such as permissions or visibility rules. | |
| sys_replace_on_upgrade | String | False |
Indicates whether the map page should be replaced automatically during system upgrades. | |
| sys_customer_update | String | False |
Shows whether the map page record has been modified by a customer, aiding in configuration tracking. | |
| sys_scope | String | False |
Specifies the application scope to which the map page belongs. | |
| sys_package | String | False |
Identifies the package or module that contains the map page configuration. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the map page record was last updated. | |
| sys_created_on | Datetime | False |
Displays the date and time when the map page record was originally created. | |
| sys_name | String | False |
Lists the system name assigned to the map page record. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the map page record. | |
| sys_created_by | String | False |
Lists the user or process that originally created the map page record. | |
| sys_class_name | String | False |
Specifies the system class name that defines the type of record for the map page. | |
| sys_mod_count | String | False |
Tracks the total number of times the map page record has been modified. | |
| sys_update_name | String | False |
Provides the name of the update set entry that includes this map page record. | |
| ItemURL | String | True |
Displays the web address (URL) where the map page record can be accessed from the ServiceNow user interface (UI). |