Hello all
Could any point out where you would stipulate working hours for users.
When I try to allocate time to work on a Saturday I get a message saying "Specified date falls on a non-working day".
Any insight is more than welcome.
Hello all
Could any point out where you would stipulate working hours for users.
When I try to allocate time to work on a Saturday I get a message saying "Specified date falls on a non-working day".
Any insight is more than welcome.
Can any one provide any insight into this please?
I am sure this is very important????
Hello jaspal.loyal,
I'm moving this thread to the Help forum, where you should get some more (relevant) answers.
Julian Ostrow
Systems and Applications Engineer
SugarCRM Inc.
Thank youOriginally Posted by julian
Hopeful someone has an answer out there?
What steps are you taking to get this error? I can't seem to make it happen even though I see the language for the error in the language file.
Kenneth Brill - Help Forum Moderator
I do not respond to 'Private Messages'. Please email me directly instead
When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
Help us Help You
When you select your start date or end date, just select a Saturday or Sunday. You will then get the error message.
I got it. Dont know why it didnt happen the first time I tried that.
Kenneth Brill - Help Forum Moderator
I do not respond to 'Private Messages'. Please email me directly instead
When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
Help us Help You
Originally Posted by kbrill
Ok. now you can see the situation i am in, just need direction to where the code is regarding the pop up
That code in in modules/projects/grid.js
it starts at line 2167
just comment out or remove the lines that look like this
if (dateObj.getDay() == 0 || dateObj.getDay() == 6) {
alert(SUGAR.language.get('Project', 'ERR_DATE'));
widget.value = "";
setTimeout("document.getElementById('" + widgetId + "').focus();",1);
setTimeout("document.getElementById('" + widgetId + "').select();",1);
return false;
}
Kenneth Brill - Help Forum Moderator
I do not respond to 'Private Messages'. Please email me directly instead
When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
Help us Help You
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks