JavaScript
listObj._debugListData Method
Syntax
listObj._debugListData()
Description
Shows the contents of the data object for the current row in the List. You must have specified a placeholder for the debug information.
Example
var listObj = {dialog.object}.getControl("LIST1");
if (listObj) {
listObj._debugListData();
}Limitations
List Control with Detail View Part
See Also