C.6 Reopen Case

When the status of a work order is updated from ON HOLD to RELEASED in Work Orders screen, system triggers reopenCase() 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 processed further with third party vendor managed systems.

The processing update of REOPEN case request at the third party system is tracked separately through a FIREHOSE web service scheduled at specific interval using a batch process. For more information, refer Case Updates Received via FireHose WebService section.

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 REOPEN UPDATED IN THIRD PARTY INTERFACE>>”
  • 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 REOPEN REQUEST NOT UPDATED IN THIRD PARTY INTERFACE>>”
  • Comment By = “INTERNAL”
  • Comment Dt = Comment Posted date