Current File : /var/www/misc/public_html/cug/custom_js/PreSaveModuleValidation.js
function PreSaveModuleValidation()
{
switch($g_str_module_name)
{
case 'Task':
return ValidateTaskDetails();
break;
default:
return true;
}
// Call user Defined Function Here and return False from the Function
}