Client scripts prevent task search forms from being submittedDescription Clients scripts created for task-based tables and used for ensuring mandatory form fields are completed prior to submission are preventing the search forms for the tables from being submitted.There should be some way to disable client scripts for task record search forms. Steps to Reproduce Create an onSubmit client script for the change_request table:function onSubmit() { if (g_form.getValue("approval") == "approved" && g_form.getValue("short_description") == "") { alert("Short description required"); return false; }} Browse to http://<instance_name>/change_request_search.do. Set the Approval field to Approved (as if you wanted to search for change_request records that are approved). Click Search.Note that an alert is displayed requiring a Short description value. The client script prevents a user from searching for approved change request records without entering a short description first. Workaround There is no known workaround for this issue. If you are able to upgrade, review the Fixed In field below to determine the versions that have a permanent fix. You can also subscribe to this known error article (click Subscribe button at the top of the article) to receive notifications when more information is available about this issue. Related Problem: PRB658110