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

Forum Posts

Decision Tree on an Incident

Hello, our Incident Management team is being asked to track recovery decisions made during the resolution of a Major Incident.One proposal was to use automated Incident tasks to track if that step of the recovery worked or not via a change in state. ...

cherylunited by Giga Contributor
  • 1058 Views
  • 1 replies
  • 1 helpfuls

Resolved! Create Problem UI Action Issue

Hello,We are running into an issue with a business rule is running but not stopping processing of a ui action.   When using the create a problem ui action the problem record is created and linked to the incident, however due to the br running which r...

purdue by Kilo Sage
  • 3925 Views
  • 7 replies
  • 0 helpfuls

Service Bridge Fields mapping query

1. what happens if customer(on customer instance) add custom state ?currently I see it adds the value to the state field on Provider but does not create choice(which we do not want). so is there a way to prevent any new updates to state field if the ...

Incident Management Workflow

I'm looking for any examples or best practices for a workflow on the incident records. Like with the change and problem records there is a best practice workflow which prevents users changing the record status, or changing it to the correct status. D...

JW6 by Tera Contributor
  • 2448 Views
  • 4 replies
  • 0 helpfuls

Resolved! GlideModal help

Hi there, we have a ui action with following script: function par_req() { var gm = new GlideModal("glide_prompt", true, 1600); gm.setTitle("Create Product Allocation Requests"); gm.setPreference("title", "Number of Allocations Required (M...

NagaRavindraR_0-1708946046798.png

All the fields get read only when incident closed

Please help me with this script(I've created a custom incident form)function onLoad() {    //Type appropriate comment here, and begin script below    var incidentState = g_form.getValue('state');    var editableFields = g_form.getEditbleFields();    ...

Community Alums by Community Alums  
  • 2746 Views
  • 7 replies
  • 1 helpfuls

Resolved! Auto populate CI on catalog item.

Hi All ,  Is it possible to auto populate the CI field on Catalog form? Requirement :  I need to auto populate CI (variable with ref to [CMDB_CI]) field as  "ANNIE_IBM" when a particular form loads up. Thanks in advance.