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

Forum Posts

How to transfer ticket from one domain to another?

I am working on a separated domain instance and I have a request to transfer an Incident to another domain. We have a field for Domain and I tried changing that but it won't work. I also tried exporting the ticket and editing the domain sys_id and im...

Pearl3 by Kilo Contributor
  • 2039 Views
  • 6 replies
  • 4 helpfuls

Article Quality Index (AQI) Best Practices and Lessons Learned?

We are looking for best practices and lessons learned (see questions below) from ServiceNow users who have conducted AQI exercises in the last few years. Our Service Desk group is planning to conduct our first Article Quality Index (AQI) exercise. So...

Moses Ling by Giga Contributor
  • 3198 Views
  • 1 replies
  • 12 helpfuls

Resolved! Flow Designer - Duplicate action option?

I was using the Flow Designer instead of the Workflow editor which I normally use for workflows. One thing that I can't figure out how to do is copy an existing action. For the catalog item I was working on there were a lot of Create Catalog tasks re...

find_real_file.png

Record Producer - Standard change templates

We seem to be having an issue with the OOTB "Propose a standard change" record producer when trying to use the record producer on the portal.  Please see attached for screen shots of the issue. We need the view that you have on the record producer (t...

ToniOxley by Kilo Expert
  • 1505 Views
  • 3 replies
  • 0 helpfuls

Restrict choices in Reference Field

Hello, I want to restrict reference field choices based on the selection of other variable(Select box) value. Any suggestions, please need help.   Thanks!

kuttti by Kilo Guru
  • 2628 Views
  • 10 replies
  • 2 helpfuls

How to restart a workflow from UI action

Hi, Could you please tell me how to restart a workflow from UI action? Have used below script: UI Action Table:sc_req_item new Workflow().restartWorkflow(current, true); current.state = '1';current.update();action.setRedirectURL(current);   This scri...

Yashaswini by Tera Expert
  • 2813 Views
  • 7 replies
  • 0 helpfuls

Resolved! Best way to change the state field if any update on the record

Hi, I've a custom table and with nearly 20 fields. There is a "state" field with values 1 to 5. when ever any field changes on the form except "State" field and "description(type: string field)"field the state should set the value to 1. This can be a...

Chaiatnya by Tera Contributor
  • 2637 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to make variable editable in SC task

Hi All, Could you suggest How to make variable editable in SC task. I have created UI Police and made all variable read-only but still i am not able to edit variables in SC task.

find_real_file.png
Radhe by Tera Expert
  • 2459 Views
  • 8 replies
  • 0 helpfuls

Resolved! Redirecting to Request Item

I'm about to clone my SC Catalog Item (widget-sc-cat-item-widget-v2) just so I can bypass the sc_request page and table after sc_cat_items are submitted. I plan to send people to the sc_req_item page and table, because no one wants to see sc_request,...