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.