Instructions for a Developer

The following are instructions that a developer should follow to enable the passing of decision information to the rules engine for a product:

  1. The developer should add an entry to the REASSESSMENTCONFIGURATIONCLASS codetable.
  2. The entry must point to the name of a class that implements the IREASSESSMENTCONFIGURATION interface.

The method isReassessToLastActiveDecisionEnabled will be called on this interface passing the case ID. If this returns true, the previous decisions will be passed to the rules engine. If this method returns false (the default), the previous decisions will not be passed in. This method should be configured as appropriate.