Documentation
Debt Collector Configuration

The debt collector configuration defines the behavior of the collection process for a particular collector.

States
  • Create
    The create state indicates that the Debt Collector Configuration is in creation.
  • Active
    The active state indicates that the Debt Collector Configuration is active and may be used.
  • Inactive
    The inactive state indicates that the Debt Collector Configuration is inactive and may not be used.
  • Deleting
    The deleting state indicates that the Debt Collector Configuration is in the process to be deleted.
  • Deleted
    The deleted state marks the entity for purging from the database.
Properties
  • Collector
    The collector handles the debt collection case based on the settings of this configuration.
  • Conditions
    The conditions applied to the collector configuration restricts the application of this configuration onto a particular debt collection case.
  • Configuration Name
    The collector configuration name is used internally to identify a specific collector configuration. For example the name is used within search fields and hence it should be distinct and descriptive.
  • Enabled for the Space Views
    The collector configuration is only enabled for the selected space views. In case the set is empty the collector configuration is enabled for all space views.
  • ID
    A unique identifier for the object.
  • Linked Space ID
    The ID of the space this object belongs to.
  • Planned Purge Date
    The date and time when the object is planned to be permanently removed. If the value is empty, the object will not be removed.
  • Priority
    The priority defines the order in which the collector configuration is tried to be applied onto a debt collection case. The higher the value the less likely the configuration is applied on a case.
  • Skip Review
    When the review is skipped there will be no review for cases which use this configuration.
  • State
    The object's current state.
  • Version
    The version is used for optimistic locking and incremented whenever the object is updated.