Self-Service Customization
Hi On the below post Michael mentions a potential new feature to include the option to upload images and text from the UI. https://pitstop.manageengine.com/portal/en/community/topic/self-service-portal-customise-the-request-a-service-icon "Charles, source
Powershell Script to add a user to an Azure group inside SDP
Does anyone have a powershell script that takes the user from a ticket and then adds that user to a specific group in Azure?
After Update to 11202 we not able to add Approval person in Change
Good Day Before this version 11202 we was able to select CAB users for approve change For right now in this page: Approval Appears message: No Approvals Levels Configurated and there is no single button to add this Levels How to add levels now ?
Outside of the Sites/Departments functionality, is there a way to give a requester access to other tickets?
Based on a post here from about 5 years ago, I now understand that I can assign requesters to a site and a department underneath that site. I can then either give them the ability to see all their department's tickets or all tickets that are part of
Linux Standard Installation problem
Hello. I installed Standartd editon to my personal server via console, but when i checked the installed system i saw that is Enterprise Edition... I reinstalled again via GUI and when i checked the system info I saw that is Professional... I reinstall
Is there a way to restrict what requesters can view certain service categories?
We have applications that are only used by certain departments. We would like to have requests in the service catalog related to those applications be hidden from requesters that are not in those departments. Is there a way to accomplish this?
API - Creating a new request with attachment(s)?
Hi, I can create a new request by POSTing to the API at http://<url>/api/v3/requests - But is there any way I can create it with attachments? I tried naively POSTing a multipart request with files in the body: I didn't get an error and the ticket was
Transitions
Hi, When clicking transitions I have created they used to automatically update/change after being clicked. Now I have to refresh the page to move on to the next available set. Am I missing something here?
Edit permission in Change Roles
Does the edit permission functionality for the various stages of a change role actually work in the current version? Approval permission is working exactly as I would expect when I assign a role, however, edit does not seem to do have any effect. I have
Create a script to assign preventive maintenance tasks to technicians based on the day of the week
Hello, The scenario is as follows: A company have around 15 technicians. Every week, the supervisor sets a technician to carry out the preventive for each day of the week. For example; Technician A will carry out the preventive tasks on Monday, Technician
Add Tasks only after Change Approval
Add Tasks only after Change Approval
Template variable for the technician writing the reply (not the technician the ticket is assigned to).
When setting up the various templates available in Notification Rules, the $technician variable inserts the name of the technician who the ticket has been assigned to. We're a small team, so on fairly regular occasions we'll end up sending a reply to
[SOLVED] How do I open the ticket just created with API?
I'm a PowerShell scripter that has done a couple of things to automate opening/closing tickets for our agency. Currently, we have a script that lets our techs quickly create tickets (some open, some closed) for phone calls they receive. To give a quick look at what we're doing, we first initialize a bunch of variables that have already been determined, such as $Subject, $Details, $Tech, and $PhoneInUser. ##Host Information## $sdphost = "http://localhost:8080/" $url = $sdphost + "sdpapi/request"
Add request with template via API
I use a request template where the description field has default text value with customized text style. When creating request via API, I specify the request template, and I need to append more text into the description field. How can I achieve that without
Change Stage Approval
Is there is way I can configure a stage so that it auto-approves? For example, I don't see any value in Approving the Submission stage as it will likely be the same individual that goes on to immediately complete the Planning Stage.
Work Log Required
Hi everyone, is it possible to insert an automatism that allows the system to ask the technician to enter the worklog before the ticket is closed?
[SOLVED]DMZ
Hi, weird think. We want to enable teachers from our schools to submit requests to our Servicedesk. So we setup servicedesk as subdomain:8080 within our DMZ. The Frontend is accessible and login possible for teachers. They can submit request etc. Seems
Custom script resolve request
Hello, I'm need to resolve request via custom trigger script, how can I do it? The documentation become vague and confusing at the point of constructing result json: there are OPERATIONNAME, OPERATION_NAME, EDIT_REQUEST, UPDATE_REQUEST, some sample script
Setting Due Date automatically on Service Catalog.
We have set up new hire request Service Catalog forms for our users. Part of the form requires the user to enter the start date of the user. We do this through a custom date field in the Service Catalog form. Is there a way to either present the requester with the Due Date field, or set ServiceDesk to copy the value from the custom field into the Due Date field? I saw a similar article with someone trying to do this, but it looks like he was setting the site value instead. Thank you. Dave
Trigger flow or new service request based on custom field value [Employment End date]
Hi Team, We are creating a user onboarding form on SE+ where we have a field for an employment end date for contractors. [Background: as per a new policy, any contractor / 3rd party access needs to be time bound, meaning with a start and end date] I would
How I can work with Additional Fields, type pick list in scenario in template rules
Hi! In Incident Templates on the tab rules fields and forms I can use scenario. I have Additional Fields in incident, type pick list. How I can work with it? Example: Additional Field: listOfMyThing=["one","two","tree"] API name udf_pick_35 Column
Role to asset acess
Hi, We have several technicians, each with a small warehouse of equipment - we want them to have access only to their own assets in Amin-->Roles I Create a role, but isn't "Assets" on this option "All in group & Assigned to Technician [Requests, Problems
Send e-mail notification to technicians when "Unknown Request" created
Hi, I would like to get email notification when "Unknown Request" created. When an unknown user send a message to the service desk email address the system create a request but im not notified about and the request shown in the "Unknown Request" only.
UnicodeEncodeError can't encode u2019
I'm using a custom trigger to send an email notification when a request is assigned to a specific group. The trigger works some of the time, but if the request description contains an apostrophe, then I encounter this error: Traceback (most recent call last): File "sendemail.py", line 93, in <module> q=sendMailAndGetResponse(configuration,message) File "sendemail.py", line 50, in sendMailAndGetResponse smtpObj.sendmail(fromAdd, toAddList, message) File "D:\python\lib\smtplib.py", line 855, in sendmail
Set up business rules criteria
Hello Can someone please assist me or help me on how to set up business rules Scenario ( Upon creation ) Requester will create a request under category "Computer" Actions: This will be assign to group 1 ( Editing the request ) Assigned technician will
Restart Servicedesk via Deluge
Hi, Is pooisble Restart Servicedesk via Deluge?
Excluding IP from a netwrok scan
Is there anyway to exclude a specific IP address from a network scan for instance. if you where to scan 192.168.1.1 - 192.168.1.254 is there anyway to exclude say 192.168.1.22 without having to define two network scans and split them up at 22.
SDP Optimization
Good Morning, Is there anything you can do to optimize SQL or SDP? I see that it is not as responsive as it used to be. I've looked for some guides, but many are really many years old and I don't think they are still valid
Get Ticket details
Hi, How I can Get Ticket details via custom trigger. I need this details of ticket like: ID Technician Name Requester Name Requester Mobile Number Title Description
Service Desk On-Prem Implementation Guide (Requests, Incidents, Tasks)
Hi All, Newbie here... We have been using Service Desk for Asset Management for a few years now. We are now ready to start deploying the Help Desk module. I am struggling to find an A-Z guide for setting up all of the various components. I have the
Report Needed - Missing Worklogs
Hi, is there a way to get a list of tickets e.g. last month with has NO worklog? Basically someone worked on a ticket, close/resolved it but forgot to fill out a worklog? Cheers, Per
Can i set two SLA for incident template ?
Hello, Is it possible to set two SLA in one incident template ? Scenario I will create a request with 2 hrs SLA base on category next it will be assign to the support group who will analyze the incident and will set the sub category where is 1 day SLA
Append Email Conversations to Multiple Tickets
Hi, we do know that in order to append email conversation to a ticket, we will have to input ##RequestID## in the email subject. What if we would like to append the conversation to multiple tickets using a single email? We tried to input in this way:
Create a "Hidden" field in the template. and manage it through "fields and rules"
how can I Create a "Hidden" field in the template. and manage it through "fields and rules" ? rULES: When we create a ticket and select this template, our rule works as expected. BUT: However, when viewing the application, this field is displayed: (((
What is the FTP site releases address?
HI I need to update from version 11141 to version 11142. I used to have the manage engine web site address to download (FTP) just that specific update. Is that site still available?
Remove "Configure your MS SQL settings..." banner
Is it possible to remove the blue top banner in servicedesk that says " Configure your MS SQL settings for optimum performance. Know more Due to limitations in our environment we can not enable RCSI so this banner is just disturbing our users. Noted
Start Mail Fetch via SQL or Command LIne
Is it possible to start mail fetching via SQL or Command line? Since its not possible to limit the level of access one has as an admin, i'd like to be able to write a script that i could have some power users execute if mail collection stops.
Exception while trying to send notification for Request ID : 3 Mail sending failed.
Hi Friends, I need your help I am getting below error when i try to close the ticket. Kindly help me to solve the issue. Thanks.
Different reply templates for different support groups?
My org is running SDP 11.0 and we have different support groups for different internal teams. Currently we have a global reply template, but we have a need to use different templates for each support group. Is it possible to customize this such that
Home customization
Where can I download additional widgets to customize the Home section?
Next Page