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

Forum Posts

Resolved! Get field value of GlideRecord (best practice method)

var gr = new GlideRecord('incident');gr.addQuery('active', 'true');gr.query();if (gr.next()){   // This way ?   gr.sys_id;   // Or this way ?   gr.getValue('sys_id');}Which is safest/best method to get the value?   Dotwalk the gr object or use the bu...

xiaix by Tera Guru
  • 35226 Views
  • 7 replies
  • 22 helpfuls

Link to dashboard

I created a dashboard for IM and want to provide a link in Incident management to open this dashboard. How to do it?

Khanna Ji by Tera Guru
  • 6507 Views
  • 14 replies
  • 10 helpfuls

Flow Designer: how to find specific user?

I have a user whose specific requirement involves assigning Flow steps to specific individuals. When trying to make that selection, however, we're running into the issue that Name is not a unique identifier. In several cases, there is more than one o...

david flanagan.png
JP-ODU by Tera Guru
  • 803 Views
  • 3 replies
  • 4 helpfuls

Issue Auto Resolution Topic in VA

We'd like to change content for Topic: Issue Auto Resolution. I duplicated it, made the changes and published it. But I cannot deactivate OOB topic. When I test by type: Show Notification, my customized topic "Issue Auto Resolution" wasn't get trigge...

Resolved! display data on portal dyanmically

We are doing servicenow to servicenow integration ,here we want to dynamically display the data when send through rest API from one instance to another on servicenow portal without storing in any table.

Community Alums by Community Alums  
  • 804 Views
  • 1 replies
  • 0 helpfuls

Resolved! Multiple choice variable item doesnt display all item in catalog

I am looking for a radio button in the catalog item, based on selection particular tasks will be getting triggred in th workflow. Have used Multiple Choice as the variable type and added the two choice i wanted. However when i am trying out only the ...

Aju_84_0-1678396767348.png Aju_84_1-1678396789103.png
Aju_84 by Mega Guru
  • 703 Views
  • 3 replies
  • 0 helpfuls

Hide 'Delivery Time' on Self Service Portal

I am trying to hide the 'Delivery Time' which is currently displayed on our self service portal as part of the cart. I have already set the following value to false and while this has hidden the 'Delivery Time' when viewed using the back end portal i...

Create a request UI Action for agent Workspace

I haven't worked on UI action enough to understand this ask: How do you expand this code to match this requirement?When this UI action is selected, a new Request Item is automatically created.The fields of the new Requested Item are populated accordi...

Create a request UI Action.JPG

Resolved! Round Robin Assignment of Incidents on Shift Basis

Hey All, I Have implemented normal round robin by using some custom fields on sys_user and groups tables with BR's and it works perfectly. But I came up with new requirement where I need to implement Round-Robin of incidents on Shift Basis.I tries On...

Shankar25 by Tera Contributor
  • 1045 Views
  • 4 replies
  • 1 helpfuls

How To populate the Catalogs in virtual agent servicenow

Hai All,I have a requirement on the virtual agent, When some XXX person open the virtual agent chat he should only visible the Catalogs which was regularly  created catalogs, I have created the some flow " frequently used catalogs" When  they clock o...

sekhar6 by Tera Contributor
  • 466 Views
  • 1 replies
  • 0 helpfuls