openDocument

Open the currently selected case document.

Use this operation to open a selected case document from a list that has been previously populated using fetchDocuments.

Required System Actions

None

Usage

CaseDocumentService.openDocument(model,callback)

Parameters

Parameter Type Description
model CaseDocumentServiceModel object Data model to be used by the service request.
  • model.selectedDocument identifies the case document to be opened.
  • model.openDocumentDivId identifies the Div element in which to open the document.
callback Function Callback function to handle success or failure results from the request.