HL-607
As of the 5.05 release, when a check has been voided, the check will no longer be deleted, but will be marked as Status '05 - Computer Voided'. The Status field has been added to the View Disbursements (IPDS) form so Voided checks will show with Status of 'Cancelled'.

On the Maintain Checks (IPCH) form, the default is to NOT display Voided checks. In order to see the Voided checks on the IPCH form, the Where Clause "PCH_OUTSTANDING' needs to be updated.

On the IMWC form, change the following values for the 'PCH_OUTSTANDING' Where Clause:

  • Operator = In
  • Value = 01, 05
  • Usage = Users Defined.