ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Reset Password solution when client has SSO in place

Hey guys, almost 40% of the entire Service Desk backlog annually is related or resolved through reset password procedure. In my case, but please do not focus on the auth provider, means that plenty of people must reset the password in OKTA and then s...

Resolved! What is a database index and how to create one

We have created a column named "aaaa" in the table and created the database index shown below. After creation, I activated the unique of the column "aaaa" and the index column changed to "u_aaaaa_2" as shown in the figure below.Why has this changed? ...

TakumiTogashi_0-1692162239510.png TakumiTogashi_2-1692162358088.png TakumiTogashi_3-1692162370669.png

Change view when creating a new incident

When creating a new incident, it defaults to the most recent view that I had selected.   Is there a way to change the view, like you can do after an incident is saved?This screenshot shows the option I get to change a view on a saved incident...But w...

CarsonGroff_0-1692388012706.png CarsonGroff_1-1692388065861.png

Restrict inbound/outbound emails, visible to only specific role users

Hi, Restrict inbound/outbound emails(sys_email) and visible to only specific role users and which should not impact on task table in activityTried Business Rule run before on Query, able to restrict but emails are not processing. Also tried ACL's not...

SRE by Tera Expert
  • 1167 Views
  • 6 replies
  • 1 helpfuls

Notification

 If state is pending user in the ritm table then send four notification to the requester 1 notification will send after one day of changing state of ritm 2 notification will send after 5 days 3 notification will send after 15 days 4 notification will...

Resolved! Dividing two decimal field types is returning NAN

Hi All, I have been trying a requirement where I need to divide the two decimal fields and display the value in another decimal field. when I try doing it in the script include(custom scoped application)  it is always giving NAN. I also tried using p...

priyasunku by Kilo Sage
  • 1350 Views
  • 20 replies
  • 2 helpfuls

Predictive Intelligence - missing crucial BR after installing plugins

Hello guys, I have a problem: I tried to install Predictive Intelligence for Incidents on my Utah instance. The installation of the plugin went without any problems, but when I wanted to find the key BR called "Default Task Based Prediction" it turne...

zur0 by Tera Contributor
  • 819 Views
  • 2 replies
  • 0 helpfuls

User need to run the scheduled job manually

I know Scheduled Jobs will run manually by users who will have an admin role. But I have a request from my user that he needs to be run it when ever he wants to run/execute it. Is it possible? If yes, please help me with the detailed steps and script...

how to set a variable that is not on the form

I have a look up select box, once the user selects the value I want to pull the sys_id of the selected value to another variable which is not on the form. How can I do that? I dont think I can use Catalog client script since the field is not on the f...

samadam by Kilo Sage
  • 2610 Views
  • 3 replies
  • 1 helpfuls

REST Message GET METHOD

I am integrating my lower instances with PROD to get the Business Application data.Now, all I need is just two fields data - name & number.But currently I am getting around 200+ fields data for each record which is not needed.Secondly,I am getting ju...