JavaScript
listObj._clearServerSideErrors Method
Syntax
listObj._clearServerSideErrors()
Description
Used internally. Clears error messages from the Detail View controls.
Example
var listObj = {dialog.object}.getControl("LIST1"); if (listObj) { listObj._clearServerSideErrors(); }
Limitations
List Control with Detail View Part
See Also