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

Forum Posts

ServiceNow UI

Is it possible to have a drop down of messages to choose from in ServiceNow to send, for instance asking for additional info.

ishitagshar by Tera Contributor
  • 454 Views
  • 1 replies
  • 0 helpfuls

SERVICENOW AI

How does the documentation library work in ServiceNOw. That may be the incorrect word but you can save documents in ServiceNow and reference them. Is there functionality with AI to suggest documentation based on the topic of the ticket?

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

Script include for a reference qualifier help

So I need to have a script include in order to cover a couple of scenarios for an advanced filter on a reference variable field on an incident record producer. Ultimately what I want to do is make it so if a user selects 'Room' in the issue field and...

Biddaum by Tera Guru
  • 2202 Views
  • 5 replies
  • 1 helpfuls

Resolved! Script to determine current person on call per schedule

I have a requirement to, within a catalog item flow, determine who is on call per an existing on-call schedule and send them a text message. I have the text message part figured out, but I can't figure out how to get my script to figure out who that ...

kchorny by Tera Guru
  • 1721 Views
  • 2 replies
  • 1 helpfuls

Cannot configure Service Operations Workspace in UI Builder

On the Home page of UI Builder, I cannot open and configure the Service Operations Workspace (SOW); it does not show up in the list due to ACL: If I go to the table 'sys_ux_app_config' I can open the record just fine:Why can't I access the same via U...

Screenshot 2023-07-19 at 14.17.33.png Screenshot 2023-07-19 at 14.18.04.png
Cris P by Tera Guru
  • 3142 Views
  • 5 replies
  • 10 helpfuls

Resolved! Sort integers in numerical order, not alphabetical

Howdy. I have a list with an Integer field called Order. The purpose of this field is to be able to sort a list of records in a desired order. It does not quite work as needed, however, because the numbers end up sorted by alphabetical, not numerical...

Community Alums by Community Alums  
  • 1669 Views
  • 2 replies
  • 2 helpfuls

Resolved! Increasing the value of a flow variable +1

Hello everyone, I am currently working on a flow in the flow designer and my flow looks as follows: In my loop, I would like to run the following options until the flow variable 'position' (defined on step 2 as an integer = 0) is equal to a value def...

find_real_file.png
Andrew105 by Kilo Contributor
  • 10304 Views
  • 7 replies
  • 9 helpfuls

Event Management application

I am reading that the Certificate Inventory and Management app integrates with Event Management, which can create events and alerts for expiring and expired certificates. Looking in the Applications Store I see the "Event Management Core". Is this th...

Script include for approvers

I have a reference variable that looks at the cost center table (cmn_cost_center)I'd like to reference a script include that will look at a custom table containing cost center approvers (x_cost_center_approvers) and only show in that reference field ...