Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Page blank - create request from incident

hi allfrom incident  we have create request from context menuthat page redirects to <https://instance.service-now.com/nav_to.do?uri=Fcatalogs_home.do/......... But for admins the page appears for others its blank i donot find any role restrictions, a...

Priya123 by Tera Contributor
  • 651 Views
  • 2 replies
  • 0 helpfuls

テーブル内のフィールドを複数選択可能にする方法

テーブル内に複数選択可能なフィールドを作成するためにはどうすればよいでしょうか?以下スクリプトを実行した際に、文字列としてではなく選択肢としてフィールドにデータを挿入したいです。例)requesttypeフィールドに複数の値を挿入var gr = new GlideRecord(tableName);gr.initialize();gr.requesttype  = 'thank', 'Unreasonable opinion', 'request';var insertId = gr.inse...

Insert records into the Flow Settings table

I have been tasked with automating turning flow logging back on for flows.  The Washington release changed flow logging to only the first and last iteration of any loop logics.  We want to automate turning that back on and off.  I have the script to ...

Conan Lloyd1 by Tera Contributor
  • 1657 Views
  • 3 replies
  • 0 helpfuls

Resolved! workflow script is not working

  The above code is not working for me is there any thing wrong in that piece of code?,i am getting app value from the  catalog form.but working as per the piece of code,by default it is returning 'no' value.  Help is highly appreciated by advance.  

pavam_0-1725554925570.png
pavam by Tera Contributor
  • 777 Views
  • 2 replies
  • 0 helpfuls

Unable to get object value is JSON parsed body

On my PDI I have created a rest message to retrieve some weather details. The REST message is fine and the response body is what I expected. However, when to trying to get an object key value from the parsed JSON body. It will show up as "undefined" ...

TCole94 by Tera Expert
  • 2471 Views
  • 3 replies
  • 1 helpfuls