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

Forum Posts

Resolved! How to give write access to new record fields

Hello Experts, I have a business requirement, To give access to a particular module   Here is the requirement:   I have module titled as "work groups" represents "sys_user_group" table and type is default to (work), for a particular group members(imp...

Nag9 by Tera Expert
  • 2915 Views
  • 4 replies
  • 3 helpfuls

Resolved! Display "Show SLA Timeline" on form

I have created a custom table.  This table has a workflow associated with it.  I would like to display the "Show SLA Timeline" the way it appears on the incident form.  This table does extend to the task table and I can see it in my UI Actions, but I...

find_real_file.png
jaubert by Tera Guru
  • 1983 Views
  • 4 replies
  • 0 helpfuls

Reset Citrix Session Topic

Hi Team!We have an ITSM Pro license and we are starting to implement more topics in our Virtual Agent. Recently, we activated the "Citrix IT Service Management Connector" and it's working just fine, we can reset sessions from Citrix IT Service Manage...

find_real_file.png find_real_file.png

Resolved! generating request from Schedule job

i have been trying to generate Request ticket from Schedule Jobs using the following script var cartId = GlideGuid.generate(null);var cart = new Cart(cartId); //gives sys_id of catalog itemvar item = cart.addItem('5104596487ed0910d0d4ca27cebb35fc', 1...

find_real_file.png
rahul67 by Kilo Expert
  • 5468 Views
  • 23 replies
  • 1 helpfuls

Show Workflow link is missing for few RITM's

Hi All, RITM is still in waiting for approval stage and to check that show workflow link is missing. But it is occurring randomly for few RITM's it is working as expected. I have checked the condition in workflow properties too there is no condition ...

Niharika13 by Kilo Contributor
  • 1419 Views
  • 5 replies
  • 1 helpfuls

Resolved! UI Action Script Not working - State Change

Hi, My Use Case is:  I have a field (u_previous_state) which is stores a String type value. It stores the value of the previous state. I want to have a button, a UI Action which will change the state of my change request back to the previous state. H...

find_real_file.png find_real_file.png
Mudit4 by Kilo Expert
  • 3892 Views
  • 11 replies
  • 3 helpfuls

Email Script bcc

Hi I have wrote an script for sending notification under bcc but when I am using below script blank is getting sent,can anyone help me (function runMailScript(/* GlideRecord */ current, /* TemplatePrinter */ template, /* Optional EmailOutbound */ ema...