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

Forum Posts

Resolved! Outage information

Looking for some advice around what information can be displayed as part of an outage. Our admin and I have had a play with a cloned widget and can't get it to display the desired Short Description of the outage (or title as I had recently discovered...

MatthewT__1-1668085582868.png MatthewT__2-1668085673146.png MatthewT__3-1668086134154.png
Matthew T_ by Giga Contributor
  • 1731 Views
  • 3 replies
  • 2 helpfuls

Propose a Major incident UI action for P1/P2

Hi I have a required to show the "Propose a major incident" UI action on all priorities ( P1-P4) , but once user clicks the UI action, it should allow them to propose only if the current priority is P1/P2, for P3/P4 there should be a pop-up informing...

Scripted Rest API: User Locked out

Hello,   After sending a request by Webservice third party, in order to create my request i have the user is "Locked out" Webservice: Scripted Rest API.   Best regards/

imed1 by Tera Contributor
  • 3174 Views
  • 14 replies
  • 0 helpfuls

Resolved! How cancel change UI page is called from UI action?

Hi,I have been trying to understand, how cancel change ui page (change_confirm_cancel) is called from UI Action  To me, line 1 looks just like a variable declaration and it's not doing anything.Tried checking the UI scripts with no luck. Can someone ...

rohitservicenow_0-1668404678585.png

Resolved! How to configure Agent Workspace for custom application

Hi All, How does the Agent Workspace work with bespoke apps? I have a table under TASK table called iTask for Incidents converted to Tasks, but I get this message:   This form has not been configured for Workspace. To edit the form, select a differen...

mattgr by Kilo Guru
  • 5784 Views
  • 5 replies
  • 9 helpfuls

Resolved! Unable to fetch value of reference field using glide record in acl

Hi All,I need to display few fields on the RITM only to the members of the approval group of the ritm and to others it should be visibility restricted Fields : work notesSo I have written a field level read ACL on ritm table for the work notes field ...

Renu9 by Tera Contributor
  • 2792 Views
  • 4 replies
  • 0 helpfuls

how to create a real mttr

Hello, is there someone who has been able to solve this problem?I am using the "Incident State Duration" metric to obtain the time that each incident was in "In Progress", this is correct for incidents that passed through this state only once and I h...

HoracioVanhout_0-1668190931583.png

Resolved! Need to update records with record producer

Hi.   I need to update records on assets so it can be used for assigning assets to users.  On the portal certain users need to be able to assign an asset to others so if they look up the asset in hand by a lookup selectbox and then have another looku...

Publish knowledge article on submit

Hi, I want my knowledge article to go through the publish workflow when I press submit, and remove the publish button. My idea was to write a client script that calls a script include, but it's not working. Can anyone help please? I also tried using ...

Snow Tomcal by Tera Expert
  • 2559 Views
  • 11 replies
  • 0 helpfuls

Set values on a record using business rule

Hi,I have created a business rule to set values on the "assessment instance question" table. I am not able to set the values. I can see the values in the logs. But still i am not able to set those values.Below is my business rule. (function executeRu...

c1.JPG
Hari1 by Mega Sage
  • 2006 Views
  • 9 replies
  • 0 helpfuls

Resolved! Change field in a requested item

Hi, I'm trying to change a field in the requested item table from the workflow. Here is my script: var p = new GlideRecord('sc_req_item');p.addQuery('sys_id', current.sys_id);p.query();while(p.next()){p.requested_for = current.variables.name;p.update...