Retrieval of an Error List

Retrieves an error list for the specified mobile workflow package for the specified time period, and paginates the results.

Syntax

PaginationResult<MobileWorkflowErrorVO> SUPMobileWorkflow.
  getMobileWorkflowErrorList(startIndex, maxRecordsToReturn, MobileWorkflowIDVO id, userName, startDate,	endDate, orderByField, bAscending)

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples