deleteAllFromTempQ

Description

This mobile device JSP function deletes entries from TempQ for a given keyName. Use this after an exception to clear CaseIds stored so far.

The TempQ utilities store name/value pair information on one page in the session and provide methods for accessing them on the subsequent screens.

Syntax

public void deleteAllFromTempQ(String keyName) throws Exception

Input Parameters

keyName - Required. This is the key for which TempQ entries are deleted.

Example

The following example shows how the deleteAllFromTempQ function can be used to remove all TempQ entries that correspond with the keyName CaseScanned:
deleteAllFromTempQ("CaseScanned");