C.5 Hold Case

A particular work order or case which is already scheduled for repossession can undergo a status change when a payment is received (either full outstanding due or partial) on the nonperforming account associated with the work order.

Also, an automatic case status change can happen on work order for an account based on Delinquency Days. Whenever the delinquency days falls below certain number of days as defined in system parameter GRI_DLQ_DAYS_AUTO_STATUS_CHG (DELINQUENCY DAYS FOR AUTOMATIC CASE STATUS CHANGE), system auto updates the case status as PENDING ON HOLD/ON HOLD on running the batch job SET-GRI (RDNDLQ_BJ_100_01-AUTOMATIC CASE STATUS CHANGE).

Accordingly, when the status of a work order is changed to PENDING ON HOLD in Work Orders screen, system triggers holdCase() web service request to update the status of corresponding mapped case in third party system. This ensures that a work order in hold status is not processed further with third party vendor managed systems.

For information on updating the work order details, refer to section Vendors > Work Orders tab.
If the web service request is successful, a comment is posted on the corresponding account in Customer Service > Comments tab, with the following details:
  • Type = SYSTEM GENERATED
  • Sub Type = INBOUND FROM INTERFACE
  • Comment = “CASE NO: <<CASE HOLD REQUEST ACCEPTED BY THIRD PARTY INTERFACE (Reference No)>>”
  • Comment By = “INTERNAL”
  • Comment Dt = Comment Posted date.
In case of an error in the web service response received from third party system, following details are posted as a comment against the account with an alert flag and the status of Work Order is not changed.
  • Alert = Y
  • Type = SYSTEM GENERATED
  • Sub Type = INBOUND FROM INTERFACE
  • Comment = “CASE NO: <<CASE HOLD REQUEST NOT UPDATED IN THIRD PARTY INTERFACE>>”
  • Comment By = “INTERNAL”
  • Comment Dt = Comment Posted date.