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 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 ...
                    • 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", ...
                    • 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 ...
                    • How to auto-create worklog based on values specified in the request

                      This post will to help you create a worklog automatically when a request is created. This script can be configured under Request custom triggers and you will find more information about this here. This is achieved using an API call to create a ...
                    • 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 || ' ...