Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the database table that contains location data, including fields for name, longitude, and latitude, essential for map integration. |
| What area does it affect? |
Mapping and Location Services |
| What does the default mean? |
The default value is "cmn_location", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring or troubleshooting map-related features. |
Out of the box property record
Raw metadata from the property record.
| Property name |
google.maps.table |
| Sys ID |
19f7299dc0a8016901e608c210bd9c89 |
| Type |
string |
| Application |
Global |
| Default value |
cmn_location |
| Description |
Table used by the map. The table needs the following fields: name, longitude, latitude. |
| Updated |
2024-05-25 04:30:03 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... the map google.maps.max_items • Maximum number of items to display on the map. • Default value: 500 Table used by the map. The table requires the fields: Name, Longitude, Latitude. google.maps.table • Table used by the map. • Default value: cmn_location © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered ...
Context preview
Snippet 2
... display on the map. This setting determines how many icons can be displayed on a map. • Type: integer • Default value: 500 • Location: System Properties > Google Maps google.maps.table Table used by the map. This setting names the table containing the name, longitude, and latitude fields. • Type: string • Default value: cmn_location • Location: System Properties > Google ...
Context preview
Snippet 3
... ◦Default value: -95.221764 ◦Location: System Properties > Google Maps google.maps.max_items Maximum number of items to display on the map. ◦Type: integer ◦Default value: 500 ◦Location: System Properties > Google Maps google.maps.table Table used by the map. The table needs the following fields: name, longitude, latitude. ◦Type: string ◦Default value: cmn_location ◦Location: System Properties > Google Maps google.maps.zoom Starting zoom level of ...
Related properties