Date Picker - need the option to select next month date on current month calendar if it’s possible
in the account, I create the call activity in date picker I need the next month’s day to be enabled.
Hi @Mac-Rae
I Apologies for creating duplicate posts i taught it will be a message for u in personal i never taught i would be in public
i was struggling in these more than a week, so i tagged professional’s for help .
@Mac-Rae, sorry, I personally never customized this particular area, so no specific solutions. I would try to figure out which component is used for the date-picker and if it has any configuration in Suite.
Hi @Mac-Rae@crmspace
I achieved it
include\javascript\yui\build\calendar\calendar-min.js
styleCellNotThisMonth:function(h,g){YAHOO.util.Dom.addClass(g,this.Style.CSS_CELL_OOM);
to
styleCellNotThisMonth:function(h,g){YAHOO.util.Dom.addClass(g,this.Style.CSS_CELL_SELECTABLE);
repair the CRM
now the another month date can be selected form current month
It would be even nicer if this changed could be achieved higher up, in the file hierarchy, instead of inside the YUI include (3rd party code). If it could, I think we should put it into the core code, for everyone.
This worked for me, namely changing OOM to Selectable with 7.14. After the repair etc… it didn’t work right away, albeit maybe the browser cache prevented it at first…Not sure. But thanks for solving this issue. This should be the way it is right out of the gate IMHO