- biGENIUS-X Knowledge Base
- Generators
- Properties
-
Getting Started
-
General Overview
-
Application Modules
- Administration
- Global Features
- Solutions
- Projects
- Branches
- Source Systems
- Dataflow Modeling - Overview
- Dataflow Modeling - Wizard Steps
- Dataflow Modeling - Terms
- Dataflow Modeling - Term Mapping
- Dataflow Modeling - Relationships
- Relationship Modeling
- Generate Artifacts
- Project Settings
- Data Marketplace
-
Generators
-
Discovery application
-
Best Practices
-
FAQs
-
Product Release Notes
-
Legal Documents
Delete Detection Method (Model Object)
Description
The Property named Delete Detection Method is available when you edit a Model Object.
It permits activating the delete detection of rows of a Model Object.
Format
The Delete Detection Method is a List of values.
The possible values are:
- None:
- Delete detection is not enabled
- If a row is deleted in the source table, this row will stay open, and no delete detection will be appended
- FullSet:
-
- Delete detection is enabled
- The source data always contains the full set of data.
- DeletedSet:
- Delete detection is enabled
- The list of rows to delete is provided by a table in the source
- The Delete Detection Source Property must be filled with the name of the Model Object containing the list of rows to delete
Example:
Default Value
The default value for all Model Objects is None.
Impact
Some rows will be logically deleted.
The BG_IsDeleted Default Term is set to 1.
No physical deletions are done.