xDM - How To - Integration

Leveraging Indexes for Faster Display in Collection Views (oracle)
Understanding pagination If you've already had a look at the queries generated by xDM to select and then display records in your applications, you m...
Wed, 23 Feb, 2022 at 4:04 PM
View Entity Seed Value in Postgres
When ID Generation: is selected for the Primary Key Attribute, the Semarchy application is responsible for creating numeric sequencing for an entity's...
Wed, 23 Feb, 2022 at 4:10 PM
How to update attributes for a fuzzy entity without going through the certification process
Need In some use cases, it is needed to update one or multiple attributes of a fuzzy entity. But directly at the golden level, without reprocessing one ...
Tue, 9 Sep, 2025 at 10:30 AM
Send the return value of a REST Client as a variable for another REST Client
In this article, two REST clients are created. One will retrieve a token and store it in a technical attribute while the second will have this attribute as ...
Fri, 8 Nov, 2024 at 11:36 AM
Configure Postman to Test REST Data Notifications
Need During xDM application development, it is often necessary to test Data Notifications configured to send REST calls to external systems. However, ...
Tue, 10 Mar, 2026 at 10:01 AM
How to optimize the named query for better performance?
Main points are : Each transition serializes the execution and results into a SET of select statements : Each transition to a child level in a named quer...
Fri, 3 May, 2024 at 9:13 AM
How to create a parent based data notification triggered on child update
TABLE OF CONTENTS Intro Create the named query Create the data notification Intro In this article will be covered an example of data notific...
Mon, 27 May, 2024 at 12:05 PM
How to temporize REST API enrichers calls
Introduction Either for specific business needs or company policies or any other reasons, an enricher might need to restrict its call rate to an external A...
Thu, 21 May, 2026 at 3:28 PM
How to configure Data Notification to Confluent Cloud (Kafka)
Author: Derek Leung  Product version: 2024.X (tested on 2024.2) Need We came across the requirement to configure Data Notification to Confluent Cloud...
Tue, 19 Nov, 2024 at 1:22 PM
How to Ensure Automatic Field Updates with Enrichers?
Need When an enricher is set to update a field (let's call it FieldA) based on changes done to another field (FieldB), users may observe that while edi...
Wed, 21 Jan, 2026 at 3:32 PM