Date picker fails on Time Sheet PortalIssue When a date is selected in the Time Sheet portal from the Day picker, the page becomes unresponsive. Expected behavior: The Timesheet should show the Timecards for the week of the selected date.CauseThe issue occurs if 'getTimeSheetByDate' function is missing in the script include: 'TimeCardPortalService' https://<instance name>.service-now.com/sys_script_include.do?sys_id=ead2562e0b032200acc30e7363673a2c This happens when the updates are skipped during upgrades.ResolutionReverting the script include to the OOTB updated version resolves the issue.In order to modify/customize any OOTB scripts, it is recommended to create a copy of the OOTB script and customize it. That way, the updates won't be skipped during upgrades for the original script.