Unable to add or update worklog across multiple days

Unable to add or update worklog across multiple days

When you get an error stating - Work log across multiple days is not allowed.

Please follow the below steps to fix this case. 

A) ID -  15344 Unable to add or update worklog 

1. Go to Admin -> Timesheet settings.
2. Enable  Allow multi-day work log addition and save the configuration.

Now you can add / update worklogs.

This should be enabled when different technicians working from different timezones (or different value is set under personalize option). The reason is Indian timezone 12 AM is not equal to Australia timezone 12 AM, hence we should enable this option to add/update worklogs. 

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Blank screen while opening timesheet

                        Issue : While opening a timesheet, the page appears blank like the below screenshot Cause : The issue occurs if the date format is set to dd.mm.yyyy Solution : Please login as the user, click on the user badge on the top right corner, click on ...
                      • Script to add worklog using custom schedule

                        What is a Custom Schedule? Custom Schedules are actions scheduled on a specific date and time with or without repeat frequency. The actions are specified in a customized script file. Any data from ServiceDesk Plus can be sent to the script through ...
                      • Operational Hours and Differential Hours while adding a worklog

                        Under Self-Service portal settings, when you have the option "Show in work log differential hours based on SLA configuration" set to "Yes", the application will look for the SLA configuration and show the operational hours accordingly while adding a ...
                      • Complete worklog report -MSSQL

                        Query: SELECT aau.FIRST_NAME AS "Requester", max(wo.WORKORDERID) AS "Request ID", rtdef.NAME AS "Request request type", wo.TITLE AS "Subject", wo.description , std.STATUSNAME AS "Request Status", ti.FIRST_NAME AS "Assigned Technician", ...
                      • Query to retrieve worklog details

                        Tested in: 14610 (Postgres) Query: SELECT wo.WORKORDERID AS "Request ID", aau.FIRST_NAME AS "Requester", sdo.NAME AS "Site", ti.FIRST_NAME AS "Request Technician" ,au1.FIRST_NAME AS "Worklog Technician", TO_CHAR(((sum(ct.TIMESPENT))/1000 || ' ...