Supported Clients
SmartClient
WebClient
NGClient

Property Summary
Object
customObject
The custom object the users did give the the JSRecordMarkers.
String
dataprovider
The column of this record where this problem is reported for.
String
i18NMessage
The the resolved i19n message if the message was an i18n key.
Number
level
The LOGGINGLEVEL the users did give the the JSRecordMarkers.
String
message
The message of this problem, can be a i18n key, see getI18NMessage() for a resolved one.
JSRecord
record
The record for which this problem is generated.

Property Details

customObject

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

Returns

Object the customObject

Supported Clients

SmartClient,WebClient,NGClient

Sample

dataprovider

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

Returns

String the column

Supported Clients

SmartClient,WebClient,NGClient

Sample

i18NMessage

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

Returns

String the resolved message

Supported Clients

SmartClient,WebClient,NGClient

Sample

level

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

Returns

Number the level

Supported Clients

SmartClient,WebClient,NGClient

Sample

message

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

Returns

String the message

Supported Clients

SmartClient,WebClient,NGClient

Sample

record

The record for which this problem is generated.

Returns

JSRecord the record

Supported Clients

SmartClient,WebClient,NGClient

Sample