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

Forum Posts

Change model transition disable

I would like to disable one of the change model transitions which is OOB. But I don't find the active field inorder to deactivate it. Only option I have over here is to delete. But I don't want to remove since it is OOB. Kindly let me know what can b...

find_real_file.png

Check boxes set as true based on question choices.

Hi, Now I am working catalog item, In catalog having 20+ check boxes .Based on question choices I need auto check(true) the check boxes. For this I wrote client script. But  when I am selected question choice the only one check boxes. its first check...

find_real_file.png find_real_file.png
Siva82 by Tera Expert
  • 877 Views
  • 7 replies
  • 1 helpfuls

Resolved! Virtual Agent - Auto popup on the landing page of a portal.

Dear community,   Can we have the Virtual agent auto-popup without the user having to click on the chatbot when he lands on the portal - for example on the Employee Service Center portal. If yes, what are the configurations to do? Cheers, Anish

Resolved! Default value for Reference variable

Hi folks,  I'm looking to define the default value for a reference variable on a catalog item based on if the person logged in completing the form matches the assigned_to of the computer asset.  The variable is referencing cmdb_ci_computer table and ...

find_real_file.png

Admin Overrides is Not Working

Hello Experts, "Admin Overrides" on ACL seems to be flat-out not working. I am an admin. I have an ACL with Admin Overrides = True, yet I cannot edit the record. However, when I set the "Script" field to "answer = true", I can edit the record. Am I m...

Update field only on insert and not on update in transform map

Hi, I was thinking to write a before transform script, so that the transform map runs on a field only on insert and not on update. We have a field called 'information' and i want to update the field to 'aar integration' only on insert and leave as is...

Nowlearner by Kilo Guru
  • 2824 Views
  • 4 replies
  • 3 helpfuls

SLA - clock pause conditions - what are the industry standards

Hello Folks,  As of now our SLA clock pauses only on Hold Awaiting Caller, Awaiting Client Availality and pauses on Resolved state. I would like to know what is the industry standards that they practice for pausing the clock. Often times tickets brea...

Fathima1 by Mega Guru
  • 4463 Views
  • 2 replies
  • 1 helpfuls

creating Request and Tasks from Scheduled Job

I used this script to generate request and its respective task from Scheduled Job var cartId = GlideGuid.generate(null);var cart = new Cart(cartId); //give sys_id of catalog itemvar item = cart.addItem('016a8e91872d0110d0d4ca27cebb35b2', 1);cart.setV...