Current File : //proc/thread-self/root/var/www/html/dud/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
}