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

Forum Posts

Business Rule Condition call Script Include

Hello, We currently have this business rule which runs on story that sets Epic and Assignment Group.   We want to override this if the story is not created from an Idea.  So if a story is created manually do not set Epic and Assignment Group. So I th...

find_real_file.png find_real_file.png find_real_file.png

Resolved! 複数テーブルを結合しListLayout(テーブルビュー)を作成する方法

以下の2テーブルを結合し、1つのListLayout(テーブルビュー)として表示したい。これまでに、テーブルAのテーブルにタイプ「参照」でテーブルBの項目を作成し、ListLayoutに見かけ上上記ListViewが表示できました。ただ、テーブル間の結合条件(SQLでいうwhere テーブルA.項目1=テーブルB.項目1)のような条件を指定する方法が分からず困っています。参考になるナレッジが見つからず、教えていただけますでしょうか。 <元になるテーブル>---テーブルA---          ...

YUKI23 by Mega Contributor
  • 3497 Views
  • 2 replies
  • 1 helpfuls

Resolved! How to submit a record producer in Workspace?

Currently, I have a record producer that redirects to a task record when I submit it within the old UI. I'd like the same behavior to happen within the Agent Workspace, like in the below scenario:   While viewing an Incident record in Agent Workspace...

Howard9 by Tera Contributor
  • 4273 Views
  • 3 replies
  • 0 helpfuls

Resolved! GlideTableHierarchy - returns Not Defined Error

I have some code embedded in a Duration script for a table.     var tableName = current.getTableName();gs.info('Table name is '+ tableName);var table = new GlideTableHierarchy(tableName);   if (tableName) {             var baseTableName = table.getB...

syddent by Kilo Contributor
  • 3836 Views
  • 5 replies
  • 4 helpfuls

Attempting to use undefined input

Hi Community, I've created a flow to send approval reminders after 7 days and later close RITMs if still not approved after 14 days. I have an issue in the script to return the RITM record and update the fields. I'm not sure why this is failing. The ...

find_real_file.png find_real_file.png

User Login Issues - Self Service Portal

I have a couple of users in our Service-Now instance ( Istanbul ) who are unable to login to our Self Service Portal, neither user gets a unusual error message just a generic bad username/password error.I've checked both that their user records are a...

paulhinds by Kilo Contributor
  • 4043 Views
  • 10 replies
  • 1 helpfuls

how to call a ui macro from on change client script which(UI macro) should create dynamic input text fields based on input form variable ?

Still there are many questions unanswered even after searching community   ?1. How can we call UI macro from client script? can any one help me with syntax ?(as said in one community post .. calling required function in ui macro but this is not actau...

naveen_snow by Kilo Contributor
  • 6891 Views
  • 7 replies
  • 2 helpfuls

Changing the filter by page of search knowledge

Anyone know how to add more fields to the filter by part of the search knowledge screen.Using Helsinki Patch 4 with knowledge v3.Out of the box there is the Knowlegde --> homepage which can be used as a good starting point for searching. If you find ...

Search Knowledge.JPG
Henk5 by Tera Contributor
  • 3594 Views
  • 12 replies
  • 5 helpfuls

Order Guide with a Workflow

Hi,I want to create an on-board process using the Order guide, but I want to add a workflow for a 1st task which will then trigger all the other relevant items in the order guide.The reason I want this to happen is that we need a first task to create...