I would like to get notification whenever something is deleted or upserted in semarchy. UPSERT is working nicely since notification's payload has attribute EntityNames which tells us where the data has changed its status. But when DDJ-job finishes it does not return any value for EntityNames. What would be suggested way to get notification of deleted records?
Best Answer
S
Stephanie Fourrier
said
12 months ago
You are correct that the default Delete jobs do not fill in the parameter EntityName with a value. Typically this is because each delete job is specific to only the entity that triggered the Delete. In the Job Notification Policy, you could use the JobName parameter, which will include the entity name.
1 Comment
S
Stephanie Fourrier
said
12 months ago
Answer
You are correct that the default Delete jobs do not fill in the parameter EntityName with a value. Typically this is because each delete job is specific to only the entity that triggered the Delete. In the Job Notification Policy, you could use the JobName parameter, which will include the entity name.
Stephanie Fourrier
I would like to get notification whenever something is deleted or upserted in semarchy. UPSERT is working nicely since notification's payload has attribute EntityNames which tells us where the data has changed its status. But when DDJ-job finishes it does not return any value for EntityNames. What would be suggested way to get notification of deleted records?
You are correct that the default Delete jobs do not fill in the parameter EntityName with a value. Typically this is because each delete job is specific to only the entity that triggered the Delete. In the Job Notification Policy, you could use the JobName parameter, which will include the entity name.
Stephanie Fourrier
You are correct that the default Delete jobs do not fill in the parameter EntityName with a value. Typically this is because each delete job is specific to only the entity that triggered the Delete. In the Job Notification Policy, you could use the JobName parameter, which will include the entity name.
-
Import Data Into Entities via Azure Data Lake
-
Recover Deleted(soft Delete) Record and Configure in Application
-
Data Quality in batch mode and real-time integration
-
Integration with analytics tools
-
Query/Load/Delete data with the REST API
-
Does the Done Tab in Inbox have a limit?
-
How Can I Trigger Enricher or Sql Procedure when deleting?
-
Matching Rules But Only The Latest Record Creates a Golden Record
-
Unstructured and Semi Structured Data in Semarchy?
-
Read CSV files from AWS S3
See all 53 topics