String historyDescription = getUiHistoryDescription(dataMatrix,
delegator, action, uiWebScreenSection);
Debug.logVerbose("HISTORY DESCR: " + historyDescription, module);
UIHistoryManager historyManager = new UIHistoryManager(delegator);
try {
String historySeqId = historyManager.saveHistoryEvent(userInfo.getPartyId(),
historyUrl, historyDescription);
Debug.logVerbose("HISTORY Saved: " + historySeqId, module);
} catch (GenericEntityException e) {
Debug.logError("Error Logging History: " +