Create a key-value pair mapping

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Key-value pair mappings transform data in the ServiceNow platform to a value that can be plotted on a map. Mappings are used during map source configuration when data requires transformation. Each mapping exists in a mapping group.

    시작하기 전에

    Role required: report_admin or admin.

    이 태스크 정보

    Default system key-value pairs map data to geoJSON hc-key values. All hc-key values follow ISO 3166 standards. Default mappings exist for the most commonly used data values. If your data uses a different value, you must create a key-value pair mapping.

    For example, the default mapping for United States of America maps key USA to ISO value us. If your data has value of United States instead of USA, you must make a new key-value pair to map United States to ISO value us.

    프로시저

    1. Navigate to the Locations Mappings [sys_report_map_source_mappings] table.
    2. In the Map Source Mapping column, select the mapping group to add the mapping to.
      Select the mapping group that corresponds to type of object that you want to create a mapping for. For example, if you are creating a mapping for field value United States, select the Country mappings group. Note that the Key and Map values in the row with the mapping aren't taken into account.
      그림 1. Select map source mapping
      Location mappings table with Map Source Mapping column highlighted
    3. Select New.
    4. Fill in these fields.
      표 1. Locations Mappings form
      Field Description
      Key The field value to transform. For example, USA.
      Value The value to transform the key to. For example, us. This value is typically an ISO 3166 standard value. Each value can be used only once per map.
      Map The map to associate with this mapping. If you do not fill in this field, this mapping can be used with any map.
    5. Select Submit to save your changes.

    다음에 수행할 작업

    Add the mapping to a report source, so it can be used to map data from that source to a map.