Query to get Open status timespent calculation
Version : 10609 DB : MSSQL OUTPUT : SELECT "wo"."WORKORDERID" AS "Request ID", sisd.STATUSNAME as "Changed From", sinsd.STATUSNAME as "Changed To", case when si.NEXTSTATUSID is NULL THEN cast(datediff(d , dateadd(s,datediff(s,GETUTCDATE() ,getdate())
Requests and Tasks in the same view
I am trying to find a way to view all my technicians' currently assigned work. Their work may consist of requests assigned to them or tasks assigned to them from an open project. I'd like to see a view that shows both their open requests and open tasks
Query to get WorkLog timespent For Request and Project
Version:10500 DB:PGSQL SELECT ad.ORG_NAME AS "Account", COALESCE(wtk.WORKORDERID , wo.workorderid) "Module ID", to_timestamp((ct.createdtime)/1000)::TIMESTAMP "Time Spent Created Time",'Request' "Module", CONCAT(COALESCE(TRUNC(sum(ct.TIMESPENT)/3600000,0)),'
Report containing all instance technicians linked to their roles
Dear team, I'm recently working on some technician's management items and need to find all my technicians' (+/- 100) roles. Is there a way I can simply extract a list of these individuals linking them to their roles? This would be much needed for a system