Report Record Details

This dialog displays more detail about a selected Validation Record. The dialog contains two levels of information: Basic and Expanded.

Basic

As first displayed, the dialog contains a basic level of information about the validation record:

picture of a Show record details dialog without expansion

Item Description
Component The widget or component that has a validation problem.
Component ID The hexadecimal object ID of the component.
Severity The severity level of the validation problem.
Message A message describing the nature of the validation problem.

Expanded

Select the Details >>> button to expand the dialog and show more detailed information. The expanded dialog looks like:

picture of a Show record details dialog expanded to show additional information

Item Description
Class name The class of the object that has a validation problem.
Label The label attached to the component.
Path to component This field represents the component in relation to its parent hierarchy. The bracketed number represents the index to this child in an array of children returned by the parent. Use this field to help you locate the component in your source.
Time stamp The timestamp when the report record was created
Component creation trace A stack trace showing how the component was created. Use this field to help you locate the component in your source.

Select the <<< Details button to return the dialog to its original size. Select Ok to close the dialog.