ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Wait for Duration during a schedule

Obviously I am not understanding the "Wait for a duration" flow logic in Flow Designer.  Here is what I am trying to do: During M-F, 8-5 allow the flow to run without delay.All other times, wait for 10 mins. I have tried setting up a schedule to no s...

find_real_file.png
tphillips by Tera Contributor
  • 3064 Views
  • 2 replies
  • 1 helpfuls

Redirect to page from Order Guide

Hey friends, I have an Order Guide with : 1 catalog item 1 record producer on submit order guide I want to redirect a page. I created a business rule on the RITM table: when to run: after, insert filter: order Guide is <the Order Guide> Advanced:  (f...

Resolved! How can I add seconds to a GlideRecord value?

Dear SNC, how can I add seconds with Gliderecord to an existing record?  Idea var gr = new GlideRecord("incident"); gr.addQuery("sys_id", "9b8eb0c94f71f20022c92eff0310c222"); gr.query(); if (gr.next()) { gr.overdue = gr.overdue.addSeconds(3600); gr.u...

Resolved! Social Q&A - Managing Questions and Answers

We are planning to deploy Social Q&A but we are unable to find a way to administer both questions and answers.We want to apply these capabilities to the Knowledge Base admin:Ability to delete questionsAbility to delete answersAbility to modify other'...

hanaphouse by Tera Guru
  • 4220 Views
  • 2 replies
  • 0 helpfuls

Resolved! Missing fields in form view of Data Source Table

Hello, I want to create an application using IntegrationHub ETL. For that, the initial step would be to create a Data Source. When I click on the new button to create a record in the Data Source Table and after selecting Type as REST(IntegrationHub) ...

find_real_file.png find_real_file.png
Smit Ladani by Kilo Contributor
  • 5864 Views
  • 12 replies
  • 4 helpfuls

Resolved! Display custom dialog box

Hi,I have a dropdown field "status" on my form and im looking for a way to create a dialog box with three options "cancel", "cancel but dont send" , "send". When a user changes a status to cancel, this dialog box should appear with these three option...

NehaReddyH by ServiceNow Employee
  • 3425 Views
  • 13 replies
  • 0 helpfuls

Resolved! Date picker for UI Page

Hello, I am working on implementing a date picker for a UI page. I have the following snippet in my HTML code-field: <g:ui_date class = "form-control" id = "wt_start" name="work_time_start" value="${sysparm_start_date}"/> Which displays like this: w...

find_real_file.png
kyrresc by Tera Expert
  • 5114 Views
  • 8 replies
  • 1 helpfuls

Resolved! RITM Stages Not Translating

Hi, My RITM stages are available in both English and Hebrew: The Stages are set using the Flow Designer: The issue I'm having is that they are not translating and still appear exclusively in English:   Does anyone have any idea how to resolve this...

find_real_file.png find_real_file.png find_real_file.png
Shane18 by Kilo Expert
  • 3542 Views
  • 2 replies
  • 1 helpfuls

CSDM 3.0 Taxonomy

Hi, In the CSDM 3.0 White Document the Application Services Tables are indicated on the image below, however with the introduction of the Common Service Data Model (CSDM) navigation pane (Paris) I'm finding a new table called "csdm_app_services". Doe...

find_real_file.png
Armacar2 by Kilo Expert
  • 2294 Views
  • 3 replies
  • 0 helpfuls