Query to get Technician roles in single row
Version : 13000 DB : MSSQL OUTPUT : select auser.first_name as "TECHNICIAN", (sd.employeeid) as "Employee ID", longtodate(auser.createdtime) as "Creation Date", (SELECT STUFF(( Select ar.NAME+ CHAR(10) from PortalTechnicians pu left join AaaUser au on
Query to get Request task and worklog info
Version : 13000 DB : MSSQL OUTPUT : SELECT "wo"."WORKORDERID" AS "Request ID", "wo"."CREATEDTIME" AS "Created Time", "wo"."TITLE" AS "Subject", "wo"."DUEBYTIME" AS "DueBy Time", "wo"."IS_CATALOG_TEMPLATE" AS "Service Request", "aau"."FIRST_NAME" AS "Requester",
Query to get Technician list with associated Project Role info.
Version : 10609 DB : PGSQL OUTPUT : SELECT aaauser.First_name AS "Name", al.name "Login Name", sduser.FIRSTNAME AS "First Name", aaacontact.EMAILID AS "E-Mail", deptTable.DEPTNAME AS "Department", cisite.NAME AS "Site", projro.rolename AS "Project Role",
[Free training] Masterclass 2023: Simplifying MSP operations with built-in PSA and RMM capabilities (Jun 28)
Hey there, We're excited to announce that we're organizing a free Masterclass training for ServiceDesk Plus MSP this month and we would love to have you and your team take part in it! In this session, you will learn how you can utilize built-in PSA and
ManageEngine ServiceDesk Plus MSP - version 14.3 - Build - 14300 Released
Dear User(s) Greetings for the day. We released ServiceDesk Plus MSP - version 14.3 - Build - 14300. A couple of enhancements available along with this release are as follows : Business Rules and Custom Trigger Enhancements. Enhancements in Solution Module
Automatic status change
Whilst the new version of the product allows for a scheduled status change when setting a status, I was would like to suggest an elaboration on this: A setting which allows me to select one or more status's to be changed from the current status to Open (or a selectable status) after a certain time has passed and then also notifies the technician. E.G. We have a status called Awaiting Response which we set the request to once we have requested more information from the requester. I want Awaiting Response
API CMDB Relationships between CIs
Hi! we have ManageEngine ServiceDesk Plus MSP 13.0 Build 13004, and trying to use the REST API for CMDB to obtain the Relationships between CIs and Users previously created. But when we try with the method "Get CI relationships details" https://help.servicedeskplus.com/api/cmdb/get_ci_relationships/get_ci_relationships.html
Query to get Announcement List and info
Version : 13002 DB : MSSQL / PGSQL OUTPUT : select ad.org_name "Account Associated", anno.TITLE "Announcement Title", LONGTODATE(anno.CREATEDDATE) "Created time", LONGTODATE(anno.DATE_TO) "End time" from announcement anno Left JOIN announcementaccountmapping
At login page not showing button "Log in with SAML Single Sign On"
Hi. I'm configured SAML SSO and use Default Login page. But can't see button "Log in with SAML Single Sign On". Here's Preview in Settings: Preview in the Settings Here's how it looks in browsers (in incognito with cleared cache - too) Real view
Query to get Users/Requesters list who has login.
Version : 14200 DB : MSSQL / PGSQL OUTPUT : SELECT AaaUser.USER_ID, AaaUser.FIRST_NAME "FullName", AaaLogin.NAME "LoginName", AaaLogin.DOMAINNAME "Domain", AaaContactInfo.EMAILID "Email" FROM AaaUser LEFT JOIN UserDepartment ON AaaUser.USER_ID = UserDepartment.USERID
Query to get Group hop count of request.
Version : 10524 DB : MSSQL OUTPUT : SELECT MAX("wo"."WORKORDERID") AS "Request ID", Longtodate("wo"."CREATEDTIME") AS "Created Date", "sdo"."NAME" AS "Site", "qd"."QUEUENAME" AS "Current Group", "std"."STATUSNAME" AS "Request Status", count(wohd.columnname)
Query to get Info about request technician change and changed by
Version : 14001 DB: MSSQL / PGSQL OUTPUT : SELECT wo.WORKORDERID "Request ID", (aau.FIRST_NAME) "CREATEDBY", (wo.TITLE) "Subject", (std.STATUSNAME) "Request Status", aau.FIRST_NAME AS "Changed By", auTech.FIRST_NAME as "Tech Changed From", auNextTech.FIRST_NAME
Query to get Template list with fields mapped to it and default values.
Version : 14000 DB : PGSQL OUTPUT : select sd.name "Service Catalog Name",rt.templatename "Template name",fc.field_name "Fields",fc.default_value "Field Value" from requesttemplate_list rt left join servicedefinition sd on sd.serviceid = rt.parent_service
Query to get Project and milestone timespent in same query.
Version : 10.6 DB : MSSQL OUTPUT : SELECT tpr.PROJECTID , MAX(pr.TITLE) "Title", (SELECT SUM(ct.TIMESPENT)/1000/3600 "Total Time Spent" FROM ChargesTable ct LEFT JOIN TaskToCharge tkc ON ct.CHARGEID=tkc.CHARGEID LEFT JOIN TaskDetails tk ON tkc.TASKID=tk.TASKID
Query to Request created from Mail and waiting for an Tech Reply.
Version : 14001 DB : PGSQL / MSSQL OUTPUT : SELECT wo.WORKORDERID AS "Request ID", wo.TITLE AS "Subject", ad.ORG_NAME AS "Account" FROM WorkOrder wo LEFT JOIN ModeDefinition mdd ON wo.MODEID=mdd.MODEID LEFT JOIN WorkOrderAccountMapping wam ON wo.WORKORDERID=wam.WORKORDERID
Business Role
Hi there, Can I associate all my request to specific Site, Group and Account? If Can , How can I do it
Query to get Request Closure Comments added by requester.
Version : 13000 DB : MSSQL / PGSQL SELECT wo.WORKORDERID AS "Request ID", wo.TITLE AS "Subject", cd.CATEGORYNAME AS "Category", scd.NAME AS "Subcategory", rtdef.NAME AS "Request Type", lvd.LEVELNAME AS "Level", std.STATUSNAME AS "Request Status", wo.CREATEDTIME
Query to get SLA and First Response voilated percentage based on account
Version : 10609 DB : PGSQL / MSSQL OUTPUT : SELECT ad.org_name "Account", count(wo.WORKORDERID) "Total Request", count(case when std.ISPENDING='0' THEN 1 ELSE NULL END) "Completed Requests" , count(case when (wos.ISOVERDUE='1') THEN 1 ELSE NULL END) "SLA
Query to get Change WorkLog
Version : 14001 DB : PGSQL / MSSQL OUTPUT : SELECT ch.CHANGEID "Change ID", ch.TITLE "Change Title", rctd.FIRST_NAME "WorkLog Owner", Longtodate(ct.TS_ENDTIME) "WorkLog END Time", ct.DESCRIPTION, chfd.UDF_DATE2 AS "Signature Date" FROM ChargesTable ct
Query to get Time calculation of request from created time to resolved / closed status
Version : 10.5 DB : PGSQL SELECT wo.WORKORDERID AS "Request ID", case when (wo.completedtime=0) then null else TO_CHAR(((wo.completedtime-wo.createdtime)/1000 || ' second')::interval, 'HH24:MI:SS') end "Completed Date - created Date", case when (wo.resolvedtime=0)
Update tasks fields from request additional field - again :)
I need to automatically complete the task fields with the start and end date based on an additional field in the request. I have the following script but it doesn't work properly. After launching, it throws the error "{"result":"Failure","message":"Task
Any update on feature for asset replenishment or consumables
We are currently trying to implement SDP MSP to organize our storages to keep track on spareparts and consumables for our MSP sites and our customers. I'm hoping this feature is not far away and that you could prioritize this.
Query to get list of template name, rule name, event, conditions and actions information
Version : 13000 DB : PGSQL OUTPUT: SELECT rd.rulename "Rule Name", rd.usertype "Applies To", rd.jscode "Script", ry.ruletype "Event", rff.fieldname"Field Condition", rcm.condition_string "Condition", rcfv.fieldvalue "field value", raty.actionname "Action
Is it possible to mass produce the replacement templates in the SDP?
from the default template to another, since 5000 templates is changed manually, horror mode
Query to get Active Technician key list with Technician info.
Version : 13004 DB : PGSQL OUTPUT: select au.first_name, techkey.techniciankey, techkey.status from techniciankeydefinition techkey left join AaaLogin al on techkey.LOGIN_ID = al.LOGIN_ID Left join AaaUser au on al.user_id=au.user_id where techkey.status
[Analytics Plus webinar] How analytics-driven IT service management improves employee productivity
Hello folks, We're back with an insightful new webinar on how analytics-driven IT service management can improve employee productivity . Date and time: April 27, 2023 2pm AEST | 10am GMT | 10am PST Why attend this webinar? When faced with a plethora of
Query to get PO Approval Details
Version : 13000 DB : PGSQL / MSSQL OUTPUT: SELECT po.POCUSTOMID AS "PO Number", max(po.PONAME) AS "PO Name", ad.ORG_NAME AS "Account", longtodate(max(po.DATEORDERED)) AS "Created On", (li.name) "Approver Level", (aaa.FIRST_NAME) "Approver Name", (pos1.STATUSNAME)
ServiceDesk Plus MSP - version 14.2 - Build - 14200 Released
Dear User(s) Greetings for the day. We released ServiceDesk Plus MSP - version 14.2 - Build - 14200. A couple of enhancements available along with this release are as follows : Custom Modules :You can now create custom modules that allow you to manage
SDP MSP Upgrade Problem from 10538 to 10600 (sub patch 11100 to 11200)
hi there i am trying to upgrade service desk plus msp with MSSQL database from build 10522 to 13000 (migration sequence is 10522 to 10538 then 10538 to 10600 then 10600 to 10611 then 10611 to 13000) but i get stuck in step 10538 to 10600 this patch have
Worklog auto start timer
Is there any way to have this feature automatically start logging time when a tech opens a request and stop when closed?
Query to get complete Change module info with all sub modules
Version : 10524 DB : MSSQL Output : SELECT "chdt"."CHANGEID" AS "Change ID", "chdt"."TITLE" AS "Title", longtodate("chdt"."CREATEDTIME") AS "Created Time", "chdt"."SCHEDULEDSTARTTIME" AS "Scheduled Start Time", "chdt"."SCHEDULEDENDTIME" AS "Scheduled
query to get Technician list of each request with time taken to resolve.
Version : 13004 DB: PGSQL OUTPUT: SELECT wo.WORKORDERID "Request ID", ti.FIRST_NAME "Technician", std.STATUSNAME "Request Status", pd.PRIORITYNAME "Priority", longtodate(wo.CREATEDTIME) "Created Time", adef.org_name "Account", cast((wo.TIMESPENTONREQ/1000
Query to get Request Attachment details with customer / requester info
Version : 13000 DB : PGSQL / MSSQL OUTPUT : select sda.attachmentid AS "Attachment ID", sda.attachmentname AS "Attachment Name", sda.attachmentpath AS "Attachement Path", sda.attachmentsize AS "File Size", sda.description AS "Comments", wo.workorderid
sd+ MSP support create a new request but another one with same subject already exists
hi ! we have some issues with SD+ MSP (v13.0 Build 13004) it creates a new request while a requeste is already open, same subject, and we do'nt understand why. Requester seems to be the same some exemples (view uploaded logs): 23134 but 22977 already
Adding values from custom fields to task fields - not working
I have a tasks created automatically after receiving a request with additional fields (custom date). Is it possible to set the start date from an additional field and set a reminder 15 minutes before? I tried with this script but it returns errors {"result":"Failure","message":"Task
Setting up a DR Environment
I need to setup a DR/BCP environment for MSP. I have two virtual servers setup in our DR datacenter. My question is does the Production MS SQL Server have to be the same version as the DR MS SQL Server? Has anyone setup anything like this? My plan is
JIRA - ServiceDesk Plus MSP Integration requirement Gathering
Dear Users We are working on JIRA + ServiceDesk Plus MSP integration. As our users we would like to understand your requirements and use cases to fine tune the feature. Please share your use cases which you want to address through this integration with an example for better understanding. You can also send an email to our support email -> sdpmsp@manageengine.com with the details. Thanks for your continuous support Santhosh Head Of Quality Assurance and Helpdesk ManageEngine ServiceDesk Plus MSP Team
Query to get Response dueby time and dueby time change info
Version : 14001 DB : PGSQL OUTPUT: SELECT ti.FIRST_NAME AS "Technician", wo.WORKORDERID AS "Request ID", ad.ORG_NAME AS "Account", longtodate(wo.CREATEDTIME) AS "Created Time", aau.FIRST_NAME AS "Requester", wo.TITLE AS "Subject", ti.FIRST_NAME AS "Technician",
Upgrading MS SQL Server
Our Service Desk MSP is running on an older version of MS SQL which is now out of support. I have a few questions: 1) If I upgrade the SQL Server what is the risk for the Service Desk? Is this supported? 2) If not and I need to install a new SQL server
Has the Android Mobile App for MSP been released? At least enough features for Field Technicians
Has the Android Mobile App for MSP been released? At least enough features for Field Technicians, if full-feature not feasible.
Next Page