RetailMonitoringHelper::markAsFailed Method [AX 2012]
Marks a monitoring unit as failed.
Syntax
server public static void markAsFailed(
RetailConnJobId _jobId,
RefRecId _dataGroupRecId,
str _errorMessage)
Run On
Server
Parameters
- _jobId
Type: RetailConnJobId Extended Data Type
The job ID of the monitoring unit to mark.
- _dataGroupRecId
Type: RefRecId Extended Data Type
The data group record ID of the monitoring unit to mark.
- _errorMessage
Type: str
The error message to display for the failed monitoring unit.
Remarks
This function marks unit failure in the RetailCDXJobsFullExecResults table.