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

Forum Posts

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
  • 3997 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
  • 2488 Views
  • 3 replies
  • 0 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
  • 3781 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
  • 3515 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
  • 4077 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,...