Resolved! How to disable delete option from Actions on selected rows on Change request form.
I wanted to remove delete option on standard change where CTASKS are created already.
I wanted to remove delete option on standard change where CTASKS are created already.
Hi All, Just wondering if anyone has a script that can restart a flow and not trigger approvals. We have a flow that queries AD through the mids and this sometimes fails for whatever reason. Essentially we just want to give the flow a restart. I know...
What is the best way of putting a large display of a dashboard of live stats for service desk on a TV for everyone to view on a SD
Hi,We have Incident templates that we use in ITSM (Eureka). Does anybody know a way on how I can report on how many Incident templates have been used ?Thanks
I would like to change state to close when I get solution in the middle of supporting problem without worrying the state and processing state model. Therefore I created the UI Action for changing state to closed.But I get the error message and state ...
Hi Everyony, I am writing a fixscript to check a particular user has canread access to HRProfile table. var user = new GlideRecord('sys_user');user.addQuery('user_name','TestACL1');user.query();var sysid = '';if(user.next()) { sysid = user.sys_id; }g...
I have a catalog item in the Service Portal that has a variable with type = URL. The URL defaults to locked. I want it to always be unlocked, so the users never have to click to unlock it. I was able to do this in the native ui. But in the Service...
Hi Team, I have created custom related for Incident form. I want to add related list next to Notes tab in incident form. Is it possible to add the same. Please find attached screenshot. Thanks
SLA's should be reset if the priority of the incident is changed. The previous SLA should be cancelled and new SLA as per priority should be attached to the incident?
Hi, There appears to be a very strange issue with one of our customer's agents that I'm having a lot of trouble being able to figure out. On agent workspace, when they try to enter a business service, they're not seeing any options coming up when th...
Hello Team,Got a challenge early in the morning. Hope you guys can help out.- We have created a button called "Update Ticket" in a form called New Call (u_new_call).- The new call form will take a few details from service desk and they will choose if...
Sorry if this has been asked and answered before or is an obvious one. But these aren't my areas of expertise. I'm attempting to document best-practice for out-of-the-box Quebec. I'm trying to simulate the scenario where a Problem has already been id...
I am trying to hide adding attachments to the portal when the ticket state is closed, has anyone implemented this. I have searched the community and see there are solutions for hiding the button completely. I would like to do it only in a closed sta...
Hi Techies, I need help on coding part..... i need script for attachment mandatory through UI Policy for my custom application when user raise a ticket for servicenow Quebec release. Thanks in advance.....! Regards, Balaji
How does the Assigned To reference field get filtered when you change the Assignment Group value? When changing he Assignment Group value, out of the box the Assigned To value is removed and the lookup shows the list of users associated with the newl...