This dialog displays more detail about a selected Validation Record. The dialog contains two levels of information: Basic and Expanded.
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. |
Select the Details >>> button to expand the dialog and show more detailed information. The expanded dialog looks like:
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.