Setting Up ESRI Integration

This chapter provides an overview of geographical information systems, Environmental Systems Research Institute (ESRI) integration, ESRI processes, and discusses how to:

Click to jump to top of pageClick to jump to parent topicUnderstanding Geographical Information Systems

ESRI is a geographical information system (GIS) and mapping software solution. Using ESRI's mapping and GIS software you can spatially enable the data. The GIS can be an effective way to explain events, predict outcomes, or plan strategies.

The cornerstone of GIS is location information. Addresses are actually the most common form of location information. An address specifies a location in much the same way as a geographic coordinate does. But, addresses are merely text strings containing a house number, street name, direction, and postal code. The GIS needs a mechanism to calculate their geographic location coordinates, such as, latitude and longitude, before you can display them on a map.

Use address geocoding to display tabular data containing addresses as points on a map.

Use geocodes and ESRI mapping functionality to generate incident-related maps that are tailored to your business needs. For example, using this functionality, you can show:

Note. For information on installing the ESRI software, refer to the installation documentation that was provided by ESRI when you purchased the ESRI software. PeopleSoft does not provided this documentation.

Click to jump to top of pageClick to jump to parent topicUnderstanding ESRI Integration

. Setting up ESRI integration is a two-step process. You will initially set up Integration Broker for geocode, map extent, and map integrations. Then you will set up the integration with ESRI for map and query definitions.

Note. PeopleSoft CRM integrates with ArcIMS 4.0. ArcIMS provides the foundation for distributing high-end geographic information systems (GIS) and mapping services using the internet. ArcIMS software enables users to integrate local data sources with internet data sources for display, query, and analysis in an easy-to-use Web browser.

This graphic illustrates the steps that you will follow to set up Integration Broker for the ESRI integration:

Integration Broker setup

This graphic illustrates the steps you will follow to set up the ESRI integration:

ESRI integration setup

Click to jump to top of pageClick to jump to parent topicUnderstanding ESRI Processes

Once ESRI is installed and you have set up the integrations, there are three processes that take place on an ongoing basis: geocode retrieval, updating map service information, and map generation.

This section discusses the processes and defines the enterprise integration points (EIP) for each.

Click to jump to top of pageClick to jump to parent topicGeocode Addresses

PeopleSoft CRM stores geocodes for all consumer and company addresses, case addresses or locations, and service order addresses or locations. You can enter either an absolute address, which requires address and the postal code, or an intersection, which requires two cross streets and an optional postal code.

Geocoding is available for US addresses only.

Note. The Geocode Integration Flag on the Installation Options page must be turned on to enable geocode address functionality.

You have two options for obtaining geocode addresses:

You can obtain geocodes from ESRI in synchronous realtime. When you create or modify an address, the system calls ESRI to get the geocode. If the geocode is found, the system updates the address record with the geocode. If no geocode is found, the system logs an error.

Request process flow for synchronous geocode addresses

Geocodes for addresses can be obtained by a scheduled job that runs periodically. When you first set up the system, use this method to retrieve geocodes for addresses. You can also run this process periodically to pick up any addresses that do not have geocodes. The address record is updated with geocodes obtained from the ESRI system. The system transforms the address or intersection information from XML to ArcXML and sends it to ESRI. This graphic illustrates the outbound process flow for obtaining geocode addresses using a batch process:

Request process flow for batch geocode addresses

ESRI publishes the geocode for the address or intersection. If no geocode is found, an error is logged. If a corresponding geocode is found, the PeopleSoft system transforms the incoming ArcXML sent by ESRI to XML. The address record is updated with the geocode. This graphic illustrates the inbound process flow for geocode retrieval.

Reply process flow for geocode addresses

The RBG_GEO_CODE_US channel is used for the PeopleSoft ESRI integration. This table lists the EIPs for geocode retrieval:

EIP Name

Description

Message Name

Direction of Integration

Technology

Request Message Definition

Address information

RBG_SYNC_ADDRESS_US_MSG

CRM —> ESRI

Integration Broker

Reply Message Definition

Geocode for the requested address

RBG_SYNC_GEO_CODE_US_MSG

ESRI —> CRM

Integration Broker

Click to jump to top of pageClick to jump to parent topicMap Service Information

Each map that is available in the system is called a map service. You can use one map or a number of different maps, depending on your business needs. For example, suppose that you need to access a city map, a state map, and a map of the United States. There is no restriction to the number of map services to which you can subscribe.

In addition to setting up the map services to which you have subscribed, ESRI defines the minimum and maximum extents to be used when zooming in and out on the Map Dashboard.

You create the map service record in the Map Definition component. PeopleSoft transforms the XML to ArcXML and sends the map service information to ESRI. This graphic illustrates the outbound process flow for map service information.

Request map service information process flow

ESRI sends the map service information and PeopleSoft reads the incoming ArcXML. If the map service is found, PeopleSoft transforms the ArcXML to XML and updates the map service record with the minimum and maximum extents. The minimum and maximum X and Y coordinates appear on the Map Definition page. This graphic illustrates the inbound process flow for updating the map service record:

Reply map service information process flow

The RBG_GEO_CODE_US channel is used for the PeopleSoft ESRI integration. This table lists the EIPs for map service information:

EIP Name

Description

Message Name

Direction of Integration

Technology

Request Message Definition

Service map information to obtain map coordinates from ESRI

RBG_MAP_EXT_REQ_MSG

CRM —> ESRI

Integration Broker

Reply Message Definition

Minimum/Maximum X/Y coordinates of the service map

RBG_MAP_EXT_REP_MSG

ESRI —> CRM

Integration Broker

Click to jump to top of pageClick to jump to parent topicMap Generation

This integration is used to send a list of geocodes from either a case or service order search. A request XML is sent to the ESRI system to generate a map with geocodes that appear as dots. PeopleSoft gets the map service name, the minimum and maximum extents for the map, and all address geocodes associated with cases or service orders. PeopleSoft sends the message in ArcXML. This graphic illustrates the outbound process flow for generating the map:

Request map generation process flow

The ESRI system responds with a URL to the image map based on the map service and geocodes. The map appears on the PIA page. This graphic illustrates the outbound process flow for generating the map:

Reply map generation process flow

The RBG_GEO_CODE_US channel is used for the PeopleSoft ESRI integration. This table lists the EIPs for map generation:

EIP Name

Description

Message Name

Direction of Integration

Technology

Request Message Definition

Service map information and list of geocodes to be displayed on the map

RBG_MAP_REQ_MSG

CRM —> ESRI

Integration Broker

Reply Message Definition

URL to the generated image map

RBG_MAP_RES_MSG

ESRI —> CRM

Integration Broker

Click to jump to top of pageClick to jump to parent topicSetting Up the Transactions and Transaction Connectors

PeopleSoft CRM uses Integration Broker to send and receive messages for the ESRI integration. Before setting up the integrations for the geocode, map extent, and map integrations, read the PeopleSoft Integration Broker PeopleBook. This section does not provide details on Integration Broker; instead, it provides directions for setting up the geocode, map extent, and map integrations.

This section discusses how to:

See Also

PeopleSoft Integration Broker PeopleBook

Click to jump to top of pageClick to jump to parent topicPages Used to Set Up the Connectors

Page Name

Object Name

Navigation

Usage

Node Definitions

IB_NODE

PeopleTools, Integration Broker, Node Definitions, Node Definitions

Define the ESRI node.

Transactions

IB_NODETRXLIST

PeopleTools, Integration Broker, Node Definition, Transactions

Add transactions to the ESRI node.

Transactions (Detail)

IB_NODETRX

  • Click the Add Transaction button on the Transactions page.

  • Click the Edit link next to an existing transaction on the Transactions page.

Define the request messages for the transactions.

Messages

IB_NODETRXMSG

Click the Edit link next to an existing transaction on the Transactions page, and then select the Messages tab.

Define the reply messages for the transactions.

Connectors

IB_NODETRXCONN

Click the Edit link next to the appropriate transaction on the Transactions page. The system displays the Transaction (Detail) page. Select the Connectors tab.

Define node connectors for the ESRI transactions.

Click to jump to top of pageClick to jump to parent topicDefining the ESRI Node

Access the ESRI Node Definitions page.

See Also

PeopleSoft Integration Broker PeopleBook

Click to jump to top of pageClick to jump to parent topicCreating Transactions

Access the Transactions and Messages pages.

In the default ESRI node that you defined, you need to create a total of six transactions:

To add the outbound synchronous transaction for geocodes:.

  1. Click the Add Transaction button on the Transactions page.

  2. Select Outbound Synchronous as the transaction type on the Node Transactions page.

  3. Select RBG_SYNC_ADDRESS_US_MSG as the request message.

  4. Select VERSION_1 as the request message version.

    Click Add.

  5. On the Transaction (Detail) page, select Implicit as the routing type.

  6. Select the Messages tab.

  7. Select RBG_SYNC_GEO_CODE_US as the response message name.

  8. Select VERSION_1.

  9. Click the Return to Transaction List link.

To add the outbound synchronous transaction to contain the transformed outbound and inbound reply message for geocodes:.

  1. Click the Add Transaction button on the Transactions page.

  2. Select Outbound Synchronous as the transaction type on the Node Transactions page.

  3. Select ESRI_ADDRESS_US_MSG as the request message.

  4. Select VERSION_1 as the request message version.

    Click Add.

  5. Select Implicit as the routing type on the Transaction (Detail) page.

  6. Select Override Connector.

  7. Verify the gateway ID is LOCAL and the connector is HTTPTARGET.

  8. Select the Messages tab.

  9. Select ESRI_GEO_CODE_US_MSG as the response message name.

    Select VERSION_1.

  10. Click the Return to Transaction List link.

To add the outbound synchronous transaction for map extents:

  1. Click the Add Transaction button on the Transactions page.

  2. Select Outbound Synchronous as the transaction type on the Node Transactions page.

  3. Select RBG_MAP_EXT_REQ_MSG as the request message.

  4. Select VERSION_1 as the request message version.

    Click Add.

  5. Select Implicit as the routing type on the Transaction (Detail) page.

  6. Select the Messages tab.

  7. Select RBG_MAP_EXT_REPLY_MSG as the response message name.

    Select VERSION_1.

  8. Click the Return to Transaction List link.

To add the outbound synchronous transaction to contain the transformed outbound and inbound reply message for map extents:.

  1. Click the Add Transaction button on the Transactions page.

  2. Select Outbound Synchronous as the transaction type on the Node Transactions page.

  3. Select ESRI_MAP_EXT_REQ_MSG as the request message.

  4. Select VERSION_1 as the request message version.

    Click Add.

  5. Select Implicit as the routing type on the Transaction (Detail) page.

  6. Select to override connector.

  7. Verify that the gateway ID is LOCAL and the connector is HTTPTARGET.

  8. Select the Messages tab.

  9. Select ESRI_MAP_EXT_REPLY_MSG as the response message name.

    Select VERSION_1.

  10. Click the Return to Transaction List link.

To add the outbound synchronous transaction for map integration:.

  1. Click the Add Transaction button on the Transactions page.

  2. Select Outbound Synchronous as the transaction type on the Node Transactions page.

  3. Select RBG_MAP_REQ_MSG as the request message.

  4. Select VERSION_1 as the request message version.

    Click Add.

  5. Select Implicit as the routing type on the Transaction (Detail) page.

  6. Select the Messages tab.

  7. Select RBG_MAP_REPLY_MSG as the response message name.

    Select VERSION_1.

  8. Click the Return to Transaction List link.

To add the outbound synchronous transaction to contain the transformed outbound and inbound reply message for map integration:.

  1. Click the Add Transaction button on the Transactions page.

  2. Select Outbound Synchronous as the transaction type on the Node Transactions page.

  3. Select ESRI_MAP_REQ_MSG as the request message.

  4. Select VERSION_1 as the request message version.

    Click Add.

  5. On the Transaction (Detail) page, select Implicit as the routing type.

  6. Select to override connector.

  7. Verify that the gateway ID is LOCAL and the connector is HTTPTARGET.

  8. Select the Messages tab.

  9. Select ESRI_MAP_REPLY_MSG as the response message name.

    Select VERSION_1.

  10. Click the Return to Transaction List link.

See Also

PeopleSoft Integration Broker PeopleBook

Click to jump to top of pageClick to jump to parent topicCreating Transaction Connectors

Access the Connectors page.

To define the transaction connector for map extent integration:

  1. Click the Edit link beside the ESRI_MAP_EXT_REQ_MSG request message on the Transactions page.

  2. Select the Connectors tab.

  3. Enter this URL as the value for the PRIMARYURL property:

    http://<EsriServer>/servlet/com.esri.esrimap.Esrimap?ServiceName=<Service Name>

    Substitute the map service defined on ESRI for the <Service Name> parameter in this URL and the name of the server for <EsriServer>.

To define the transaction connector for map integration:

  1. Click the Edit link beside the ESRI_MAP_REQ_MSG request message on the Transactions page.

  2. Select the Connectors tab.

  3. Enter this URL as the value for the PRIMARYURL property:

    http://<EsriServer>/servlet/com.esri.esrimap.Esrimap?ServiceName=<Service Name>

    Substitute the map service defined on ESRI for the <Service Name> parameter in this URL and the name of the server for <EsriServer>.

To define the transaction connector for geocode integration:

  1. Click the Edit link beside the ESRI_ADDRESS_US_MSG request message on the Transactions page.

  2. Select the Connectors tab.

  3. Enter this URL as the value for the PRIMARYURL property: http://<EsriServer>/servlet/com.esri.esrimap.Esrimap?ServiceName=<Service Name>&CustomService=Geocode

    Substitute the map service defined on ESRI for the <Service Name> parameter in this URL and the name of the server for <EsriServer>.

See Also

PeopleSoft Integration Broker PeopleBook

Click to jump to top of pageClick to jump to parent topicSetting Up Relationships and Transaction Modifiers

To implement ESRI, you must also create a relationship called PSFT2ESRI that defines the source and destination node used for transformation. You must also create transaction modifiers to define the initial request message, the result request message, and the transformation request and response, which is an application engine program.

Click to jump to top of pageClick to jump to parent topicPages Used to Set Up Relationships and Transaction Modifiers

Page Name

Object Name

Navigation

Usage

Relationships

IB_RELATIONSHIP

PeopleTools, Integration Broker, Relationships, Relationships

Use this page to create the PSFT2ESRI relationship.

Transaction Modifiers

IB_RELTRXLIST

PeopleTools, Integration Broker, Relationships, Transaction Modifiers

Add transaction modifiers.

Relationships - Transaction Modifiers

IB_RELATIONTRX

Click the Add Transaction Modifier button on the Transaction Modifiers page.

Create relationship between transaction modifiers.

Click to jump to top of pageClick to jump to parent topicCreating the Relationship

Access the Relationships page.

To create the PSFT2ESRI relationship:

  1. Create a relationship definition with the relationship ID of PSFT2ESRI.

  2. Enter a description.

  3. Change the relationship status to Active.

  4. Enter the default node in both the Node Name definition fields.

Click to jump to top of pageClick to jump to parent topicCreating Transaction Modifiers

Access the Transaction Modifiers page.

You will create transaction modifiers for the geocode, map extent, and map integrations.

To add the transaction modifier for geocode integration:

  1. Click the Add Transaction Modifier button on the Transaction Modifiers page.

    The Relationship Transactions - Add a New Value page appears.

  2. Create the transaction modifier for geocode integration using the data in this table:

Field

Value

Relationship ID

PSFT2ESRI

Effective Date

Select an effective date.

Initial Node

ESRI or the default node

Request Message Name

RBG_SYNC_ADDRESS_US_MSG

Source Request Message Version

VERSION_1

Transaction Type

OS

Result Node

ESRI or the default node

Request Message Name

ESRI_ADDRESS_US_MSG

Target Request Message Version

VERSION_1

  1. Enter the sequence number 10 on the Relationships - Transaction Modifiers page.

  2. Select OS as the transaction type in the Result section of the page.

  3. Select RBG_ADDR_XSL as the request in the Transformations region of the page.

  4. Select RBG_GEO_XSL as the response in the Transformations region of the page.

To add the transaction modifier for map extent integration:

  1. Click the Add Transaction Modifier button on the Transaction Modifiers page.

    The Relationship Transactions - Add a New Value page appears.

  2. Create the transaction modifier for geocode integration using the data in this chart:

Field

Value

Relationship ID

PSFT2ESRI

Effective Date

Select an effective date.

Initial Node

ESRI

Request Message Name

RBG_MAP_EXT_REQ_MSG

Source Request Message Version

VERSION_1

Transaction Type

OS

Result Node

ESRI

Request Message Name

ESRI_MAP_EXT_REQ_MSG

Target Request Message Version

VERSION_1

  1. On the Relationships - Transaction Modifiers page, enter the sequence number 20.

  2. Select OS as the transaction type in the Result region of the page.

  3. Select RBG_OEXT_XSL as the request in the Transformations region of the page.

  4. Select RBG_IEXT_XSL as the response in the Transformations region of the page.

To add the transaction modifier for map integration:

  1. Click the Add Transaction Modifier button on the Transaction Modifiers page.

    The Relationship Transactions - Add a New Value page appears.

  2. Create the transaction modifier for map integration using the data in this table:

Field

Value

Relationship ID

PSFT2ESRI

Effective Date

Select an effective date.

Initial Node

ESRI

Request Message Name

RBG_MAP_REQ_MSG

Source Request Message Version

VERSION_1

Transaction Type

OS

Result Node

ESRI

Request Message Name

ESRI_MAP_REQ_MSG

Target Request Message Version

VERSION_1

  1. Enter the sequence number 30 on the Relationships - Transaction Modifiers page.

  2. Select OS as the transaction type in the Results region of the page.

  3. Select RBG_OMAP_XSL as the request in the Transformations region of the page.

  4. Select RBG_IMAP_XSL as the response in the Transformations region of the page.

Click to jump to top of pageClick to jump to parent topicSetting Up Integration Flags

Three integration flags must be selected for the ESRI integration to work effectively. To implement ESRI, select integration flags for the geocode, map extent, and map integrations.

This section discusses how to:

Click to jump to top of pageClick to jump to parent topicPages Used to Set Up Integration Flags

Page Name

Object Name

Navigation

Usage

Installation Options

RB_INSTALLATION

Set Up CRM, Install, Installation Options, General Options

Select the flag for geocode integration.

Map Services

RBG_MAP_HDR_PG

Set Up CRM, Common Definitions, Integration Rules, Map Services, Map Services

Select the flags for map extent and map integration.

Click to jump to top of pageClick to jump to parent topicSelecting the Geocode Integration Flag

Access the Installation Options - General Options page.

Select the Geo Code Integration check box.

Click to jump to top of pageClick to jump to parent topicSelecting the Map Extent and Map Integration Flags

Access the Map Services page.

Select the Enable Map Extent Integration and Enable Map Integration check boxes.

Click to jump to top of pageClick to jump to parent topicSetting Up ESRI Integration

To set up ESRI Integration, use the Map Setup (RBG_MAP_SETUP) component.

To set up ESRI integration, define the ESRI map services to which you subscribe. You can define one or more map services to be used in PeopleSoft Customer Relationship Management (PeopleSoft CRM). The map services that you define appear as options on the case and service order components. On the Query Definition page, you define the PeopleSoft components that support map-related queries.

This section discusses how to:

Click to jump to top of pageClick to jump to parent topicPages Used to Set Up ESRI Integration

Page Name

Object Name

Navigation

Usage

Map Services

RBG_MAP_HDR_PG

Set Up CRM, Common Definitions, Integration Rules, Map Services, Map Services

Define the GIS vendor and the map services that you are using.

Query Definition

RBG_MAP_QRY_PG

Set Up CRM, Common Definitions, Integration Rules, Map Services, Query Definition

Define the components used for map-related queries. As delivered, map-related queries are enabled for case and service order.

Click to jump to top of pageClick to jump to parent topicSetting Up Map Services

Access the Map Services page.

Note. The previous section includes an example of the Map Services page.

Market

Displays market defaults from the search page.

GIS Vendor Name (geographical information system vendor name)

Enter the name of the GIS vendor.

Description

Enter a description of the service defined on this page.

Enable Map Extent Integration

Select to enable map extent integration. Map extent information determines the boundaries for zooms and pans. You must select to enable the Get Map Service Extents button in the Services group box.

Enable Map Integration

Select to enable the publishing of maps to the PeopleSoft system.

Services

Map Service

Enter each map service that is to be used. The user can select the appropriate map service from the Map Dashboard search. Map services are set up on the ESRI site.

Description

Enter a description of the map service.

Request Message

Enter the message to be sent to ESRI to request the service.

Active Map Service

Select to make the map service active.

Default Map Service

Select to use the map service as the default.

Get Map Service Extents

Click to get the extents for the map service that you are defining. This sends a request to ESRI for the map service extent data and populates the map extent information on the page. The Get Map Service Extents button only works if you have selected Enable Map Extent Integration.

Map Minimum X (minimum X coordinate), Map Maximum X (maximum X coordinate), Map Minimum Y (minimum Y coordinate), and Map Maximum Y (maximum Y coordinate)

After you request the map service extents, the system populates the minimums and maximums for the X and Y coordinates. This data establishes the boundaries for zooms and pans. Latitude and longitude appears in degrees.

Click to jump to top of pageClick to jump to parent topicSetting Up Query Definition

Access the Query Definition page.

Query Name

Enter a name for the query. The query name is selected on the Map Dashboard search page.

Component Interface Name

Enter the component interface that provides access to the component.

Component Name

Enter the name of the component on which you want to perform the query. PeopleSoft delivers PeopleSoft CRM set up to query on cases and service orders.

Base Record

Enter the name of the base record for the component.

Active Query

Select to enable the query definition.

Default Query

Select to use this query as the default.

Copy Fields

In the Copy Fields group box, define the fields that are to appear in the case or service order-related information grid that appears under the map on the Map Dashboard. For example, in a service order-related query, you may want to display the business unit, service order ID, consumer name, city, postal code, state, service order status, and service order priority. Each of these rows corresponds to a point shown on the map.

From Record

Select the record name from which to retrieve the data.

From Field

Select the field name from which to retrieve the data.

To Record

Select the record name in the destination table.

To Field

Select the field name in the destination table.

Active

Select to enable the copying of the specified fields.

Click to jump to top of pageClick to jump to parent topicAccessing the Map Dashboard

Using the Map Dashboard search page, you can create customized searches to display the data. You can access the Map Dashboard search page from the agent view, navigation bar, Case page, or Service Order page.

Click to jump to top of pageClick to jump to parent topicPages Used to Access the Map Dashboard

Page Name

Object Name

Navigation

Usage

Map Dashboard - Query

RBG_VIEW_MAP_PG

From the left navigation, click the Map Dashboard link on the menu.

Define the criteria for the search. You can search on one or more fields to define the results.

Map Dashboard - Map

RBG_VIEW_MAP_PG

  • On the Case page, click the Map Dashboard button on the toolbar.

  • On the Service Order page, click the Map Dashboard link.

Click the button on the Case page or the link on the Service Order page to go directly to the Map Dashboard. The system carries forward all of the values that you defined in the Query Definition setup.

Click to jump to top of pageClick to jump to parent topicAccessing the Map Dashboard

Access the Map Dashboard - Query page.

Search

Select Case or Service Order..

Map Service

The map service appears by default to the map that you defined on the Map Definition page. You can select from a list of available map services. The map services are configured on the ESRI site.

Use Saved Search

Select a saved search from the list.

Map It

Click the Map It button to submit the search and generate the map.

Save Search Criteria

Click the link to save the search criteria.

Personalize Search

Click the link to display a list of search fields. You can choose the fields to display on the search page.

Click to jump to top of pageClick to jump to parent topicViewing the Map Dashboard

The Map Dashboard presents a graphical and tabular representation of the search results.

Click to jump to top of pageClick to jump to parent topicPage Used to View the Map Dashboard

Page Name

Object Name

Navigation

Usage

Map Dashboard - Map

RBG_VIEW_MAP_PG

Click Map It on the Map Dashboard - Query page.

Use this page to view the map and tabular data generated by the search.

Click to jump to top of pageClick to jump to parent topicViewing the Map Dashboard

Access the Map Dashboard - Map page.

Use the directional arrows and zoom in and zoom out buttons to navigate to the areas on the map that you want to view.

Click to jump to top of pageClick to jump to parent topicViewing Case-Related Information on the Map Dashboard

Access the Map Dashboard - Cases page.

The Cases grid displays details of the case-related information that appear on the map. Click the Case ID link to navigate to the case details.

Click to jump to top of pageClick to jump to parent topicViewing Service Order-Related Information on the Map Dashboard

Access the Map Dashboard - Service Orders page.

The Service Orders grid displays details of the service order-related information that appear on the map. Click the Service Order ID link to navigate to the service order details.

Click to jump to top of pageClick to jump to parent topicViewing Geocode Errors

If the ESRI system cannot return a valid geocode for the address that is published, an error log is created.

Click to jump to top of pageClick to jump to parent topicPage Used to View Geocode Errors

Page Name

Object Name

Navigation

Usage

Geocode Error Log

CM_GEO_ERR_LOG_PG

Customers CRM, Geocode Error Log, Geocode Error Log

View addresses that do not generate valid geocodes.

Click to jump to top of pageClick to jump to parent topicViewing Geocode Errors

Access the Geocode Error Log page.

This page displays addresses that do not generate valid geocodes