Hello Michael
From a technical standpoint, our Reltio DnB connector is capable of handling high volumes of data without any issues. However, it's important to note that the receiving entity in this scenario is Dun & Bradstreet (DnB). Therefore, I would highly recommend that you refer to their specific guidelines for data submission.
According to DNB's best practices, here are some key points to consider:
- For lists of 100,000 or fewer, multiple requests per day can be submitted, but should be limited to 2 or 3; requests will be rejected if the registration is locked. If a registration is locked, no API requests for it will be accepted until the initial requests have been processed.
- For larger lists, please coordinate with your Dun & Bradstreet representative to schedule a seed file delivery.
Here is the link to their documentation
Given these guidelines, I find it hard to provide a definitive answer to your question as it falls outside my area of expertise. However, I hope this information is helpful and points you in the right direction for further inquiries.
If you have more questions or need further clarification, feel free to reach out.
------------------------------
Dmitry Ishmitov
Software engineer
Reltio
Lisbon
------------------------------
Original Message:
Sent: 09-27-2023 19:57
From: Michael Foxcroft
Subject: Register Entities for DNB Monitoring in Batch
Thanks for the response. I guess I am really looking for dynamic date filtering. When we match our organizations with DnB it ends up with a vendor verification status of Enriched. We have 900K organization entities with this status. Do you know if it is ok to continuously send. this number of organizations to DnB? Most will already be registered with them.
------------------------------
Michael Foxcroft
Ritchie Bros
Original Message:
Sent: 09-27-2023 16:23
From: Dmitry Ishmitov
Subject: Register Entities for DNB Monitoring in Batch
Thank you for your question. If I understand correctly, you're looking to automate the process of registering entities with newly added DUNS numbers. This can be accomplished through filter creation. Specifically, you can filter based on the presence of a DUNS number.
Additionally, I should note that the DnB connector in this case uses an Export service, which in turn relies on a specific Filter system (link to documentation here). After reviewing this documentation, I believe you'll find it easier to configure the filter you're interested in. However, if you encounter any difficulties, feel free to reach out, and we'll be happy to assist you.
As for timestamps, it is possible to incorporate static time ranges into your filters, but currently, there is no built-in functionality for dynamic date filtering for today's or yesterday's dates.
You can combine multiple filter criteria using the and
keyword for more precise filter configurations. As a result, your JSON filter might look something like this:
{
"exportTask": {
"filter": "(exists(attributes.DUNSNumber) and equals(attributes.VendorVerificationStatus.value, 'Match'))",
"distributed": true,
"taskPartsCount": 300
}
}
Overall, we have a great deal of flexibility in how we configure our filters based on the attributes of our entities.
------------------------------
Dmitry Ishmitov
Software engineer
Reltio
Lisbon
Original Message:
Sent: 09-25-2023 14:18
From: Michael Foxcroft
Subject: Register Entities for DNB Monitoring in Batch
Not totally. I was aware of the API but my question was more how to configure the filter in this API to only register DUNS numbers that have been added to our Reltio tenant since the last run of this API.
------------------------------
Michael Foxcroft
Ritchie Bros
Original Message:
Sent: 09-25-2023 10:48
From: Jay Daly
Subject: Register Entities for DNB Monitoring in Batch
Hi Michael,
Did this answer your question?
------------------------------
Jay Daly
Dun & Bradstreet
Chattanooga TN
Original Message:
Sent: 09-14-2023 19:40
From: Michael Foxcroft
Subject: Register Entities for DNB Monitoring in Batch
We are using the batch API to send organizations to DnB for matching and the DnB monitoring API to import updates from DnB for DUNS numbers that are registered for monitoring. Both of these are scheduled to run daily and are working fine.
Question for the community is how are you configuring the batch job to register newly added DUNS numbers from the match job for monitoring by DnB (dnb/monitoring/batch)? It does not seem that the match job automatically registers them Am interested in what filters you might be using to identify only organizations that have had DUNS numbers assigned in the previous run of the match job to limit the number of organization sent to DnB.
I can run it manually and add a timestamp range for the Vendor Verification Date to pick up organizations recently matched , but this does not lend itself for having a scheduled job that runs once a day.
Thanks.
------------------------------
Michael Foxcroft
Ritchie Bros
------------------------------