Enabling the Discrete type for the address
Discrete address must be enabled to allow Infor CRM SLX to receive and process the discrete type of address.
Note: Only the users with Administrator
role can execute this process.
- Ensure that the latest BOD packs are installed.
- Log on to Infor CRM SLX.
- On the Navigation Bar, go to Integration and click Integrations.
-
Right-click
Active BOD Field Mappings
tab and select
Edit. The
Query Builder window is displayed
Note: If BOD address field mappings are customized, you must select Edit on the Active Custom BOD Field Mapping Group tab.
- Click BODFIELDMAPPING.
- Click the Layout tab.
- Double-click Entity Xpath in the Column field. Alternatively, you can manually drag and drop Entity Xpath from the Column field to the Layout tab.
- Click OK.
-
On the
Lookup Results tab, open the
record with the following criteria:
- Entity column equal to Address.
- Entity XPath column equal to (BOD content)/Address.
-
Update the
Entity XPath field, by
specifying this code:
Address[(@type=''Discrete '' or @type = '''' or not(@type)) and (@languageCode=''en-US'' or not (@languageCode))]
- Repeat steps 9 and 10 for all the records, with Entity XPath column value (BOD content)/Address.
-
You must replace
@type = "Text"
with@type = "Discrete"
, in all the BOD field mappingsBefore the update, the code looks like:
(BOD content)/Address[(@type=''Text '' or @type = '''' or not(@type)) and (@languageCode=''en-US'' or not (@languageCode))]
After the update, the code looks like:
(BOD content)/Address[(@type=''Discrete '' or @type = '''' or not(@type)) and (@languageCode=''en-US'' or not (@languageCode))]
Note: The BOD content depends on the type of BOD selected.