What is the steps to choose full product details and how can we register this to reltio
Could you please summarize the steps to be followed for dnb monitoring framework
Original Message:
Sent: 05-13-2024 06:00
From: Diparnab Dey
Subject: Monitoring - Mapping of Seed File Upload to Reltio
Akshaya,
You cannot select just update notifications. As I mentioned previously, Reltio D&B connector only works with FULL_PRODUCT

------------------------------
Diparnab Dey
Technical Consultant
Reltio
Kolkata, West Bengal
Original Message:
Sent: 05-13-2024 05:56
From: Akshaya Jawaharr
Subject: Monitoring - Mapping of Seed File Upload to Reltio
what happens when we chose full product detail vs update notification differences in API file structure,operations,notification types
------------------------------
Akshaya Jawaharr
Freshworks
Chennai
Original Message:
Sent: 05-13-2024 05:55
From: Akshaya Jawaharr
Subject: Monitoring - Mapping of Seed File Upload to Reltio
Thanks a lot what happens in the case of full product detail notification is selected and we have an update for a record
------------------------------
Akshaya Jawaharr
Freshworks
Chennai
Original Message:
Sent: 05-13-2024 05:42
From: Diparnab Dey
Subject: Monitoring - Mapping of Seed File Upload to Reltio
Hi Akshaya,
The notification files will provide the full product details for for the notification type "SEED". That means for the DUNS numbers where D&B data is updated, you will get full snapshot of the D&B data in monitoring with notification type "SEED". However, for two other important notification types i.e. "TRANSFER" and "DELETE", the behavior is a bit different.
- For "DELETE" only the deleted DUNS number is sent in the monitoring notification file. And when that file is processed in Reltio, the connector will just update the DnBSource attribute to "Monitoring: delete duns". The existing D&B crosswalk data will not be modified. So you may need to build a process outside to check the records with this status and Delete/inactivate the DUNS number crosswalk data i.e. enrichment data. This will depend on your requirement.
- For "TRANSFER", the previous DUNS number and the new DUNS number is sent from D&B in the monitoring notification file. And when that is processed in Reltio, the connector updates the DnBSource attribute to "Monitoring: transfer duns" and add the new DUNS number against the new DUNS number crosswalk. However, enrichment data for the new DUNS number is not sent. So for this scenario as well, as per requirement, you may need to build a process
- Check for the records where DUNS transfer occurred.
- Delete/inactive the old DUNS number crosswalk.
- Re-enrich the records with the new DUNS number information, so that enrichment data is up to date.
------------------------------
Diparnab Dey
Technical Consultant
Reltio
Kolkata, West Bengal
Original Message:
Sent: 05-13-2024 05:21
From: Akshaya Jawaharr
Subject: Monitoring - Mapping of Seed File Upload to Reltio
Thank you.
One final question if we choose dnb full product enrichment we need not worry about update,seed,under review notifications right?
is my understanding correct
Whatever may be the change in duns number / new seed value it will provide full product details
------------------------------
Akshaya Jawaharr
Freshworks
Chennai
Original Message:
Sent: 05-13-2024 05:10
From: Diparnab Dey
Subject: Monitoring - Mapping of Seed File Upload to Reltio
Hi Akshaya,
Reltio D&B Direct plus connector only allows us to use FULL_PRODUCT for monitoring registration. Refer to the documentation - https://docs.reltio.com/en/integrate/reltio-data-enrichment-integrations/reltio-enrichment-with-db/working-with-reltio-enrichment-with-db/monitor-reltio-enrichment-with-db#registration-0 for the options that needs to be used during monitoring registration.
Also, the screenshot that I shared is from the Enrichment mapping. You can execute the Get Enrichment Mapping API to retrieve this. Here is the Reltio documentation - https://docs.reltio.com/en/explore/get-going-with-apis-and-rocs-utilities/reltio-rest-apis/integrate-apis/db-connector-apis/mapping-apis/on-demand-enrichment-apis/get-enrichment-mapping
Here is the cURL for the API
curl --location 'https://361-dnbconnector.reltio.com/b2bIntegration/config/profiles/{{dnbProfile}}/mappings/enrichment?plus=true' \--header 'Authorization: Bearer {{accessToken}}' \--header 'Content-Type: application/json'
If you are executing the API in a DEV/TEST environment change the dnb connector URL to https://test-dnbconnector.reltio.com/b2bIntegration
------------------------------
Diparnab Dey
Technical Consultant
Reltio
Kolkata, West Bengal
Original Message:
Sent: 05-13-2024 05:01
From: Akshaya Jawaharr
Subject: Monitoring - Mapping of Seed File Upload to Reltio
could you please provide the link for enrichment mapping provided in screenshot
------------------------------
Akshaya Jawaharr
Freshworks
Chennai
Original Message:
Sent: 05-13-2024 01:01
From: Akshaya Jawaharr
Subject: Monitoring - Mapping of Seed File Upload to Reltio
Could you please let me know how the seed file mapping will be uploaded to reltio post registration to monitoring framework.
Will the configuration be same as batch API trigger.
Since the seed file will have update,delete,seed files.How will the mapping be handled once the file is placed in s3
------------------------------
Akshaya Jawaharr
Freshworks
Chennai
------------------------------