Purge Old Contact Destruction Request work queue

Code

RemoveOldContactDestructionRequest

Categories

Schedulable

Implementation

Work queue

Schedule

Not scheduled

Class

RemoveOldContactDestructionRequestWorkQueue.gs

This work queue finds all PersonalDataDestructionRequest, PersonalDataContactDestructionRequest, and PersonalDataDestructionRequester objects that have the following values:

  • The value of RequestersNotified is true.
  • The value of the PersonalDataContactDestructionRequest.DestructionDate property plus the value of the ContactDestructionRequestAgeForPurgingResults configuration parameter is less than or equal to today’s date.

PolicyCenter removes each request that it finds for which the value of AllRequestsFulfilled is true.

By default, Guidewire comments out the entry for this work queue in scheduler-config.xml. To schedule this work queue, remove the comment marks from its entry in scheduler-config.xml.

See also