RetailMonitoringHelper::markAsFailed Method [AX 2012]
Marks a monitoring unit as failed.
server public static void markAsFailed(
RetailConnJobId _jobId,
RefRecId _dataGroupRecId,
str _errorMessage)
Run On
ServerParameters
- _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.
Show: