Share via


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

  • _errorMessage
    Type: str
    The error message to display for the failed monitoring unit.

Remarks

This function marks unit failure in the RetailCDXJobsFullExecResults table.

See Also

Reference

RetailMonitoringHelper Class