JSRecordMarker

Property Summary

TypeNameSummary

The custom object the users did give the the JSRecordMarkers..

The column of this record where this problem is reported for..

The the resolved i19n message if the message was an i18n key..

The LOGGINGLEVEL the users did give the the JSRecordMarkers..

The message of this problem, can be a i18n key, see getI18NMessage() for a resolved one..

The record for which this problem is generated..

Properties Details

customObject

The custom object the users did give the the JSRecordMarkers.report() method.

Returns Object the customObject

Sample

dataprovider

The column of this record where this problem is reported for.

Returns String the column

Sample

i18NMessage

The the resolved i19n message if the message was an i18n key.

Returns String the resolved message

Sample

level

The LOGGINGLEVEL the users did give the the JSRecordMarkers.report() method.

Returns Number the level

Sample

message

The message of this problem, can be a i18n key, see getI18NMessage() for a resolved one.

Returns String the message

Sample

record

The record for which this problem is generated.

Returns JSRecord the record

Sample

Last updated