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

Forum Posts

Issue when editing a catalog item in the Wish List

Has anyone experienced any issues using the "Wish List" feature of the Service Catalog? Someone approached me with an issue.  They were working on our "Onboarding" fulfillment form for a new hire.They saved a draft in the Wish List, and upon their re...

EricG by Kilo Sage
  • 249 Views
  • 1 replies
  • 0 helpfuls

How to Clear MRVS Values in a Copied Catalog Item Request?

I have a catalog item in ServiceNow that includes a Multi-Row Variable Set (MRVS).When a user duplicates a request using the "Copy" function, I want to automatically clear the values inside the MRVS fields in the copied request.Could someone guide me...

ZackZ by Tera Contributor
  • 342 Views
  • 1 replies
  • 0 helpfuls

Service Channel for Service Catalogs

Hello,I've a Service Channel Field configured for my catalog.I want to report requests incoming through this channels. How can I capture data/ report requests?Is it advisable to configure channels for other catalogs as well?Please help.

Logs for Query Business Rule

Hello Community,I am working on one requirement where I have one category in category field called 'HR' on incident form. When user raise ticket for this category then it should visible only to HR group and a caller person.I have implemented this req...

Rohit99 by Mega Sage
  • 417 Views
  • 1 replies
  • 0 helpfuls

change or show the delete icon for the attachment in portal

Hi Team,I want to update/ change the delete icon for the attachment in the portal. After uploading the file, it does not show the delete icon properly. when hovering the mouse on the right-down corner of the picture then shows the delete option.Pleas...

suresh91_0-1725615832879.png
suresh91 by Tera Guru
  • 294 Views
  • 1 replies
  • 0 helpfuls

Resolved! Reporting on Company table

Hi,I am looking for some idea to report on the core_company table that displays the total number of companies, vendors and manufacturers. Can this all be achieved on a single report.Additionally, the "Vendor" & "Manufacturer" fields are True/False fi...

Daisy3 by Tera Guru
  • 677 Views
  • 3 replies
  • 0 helpfuls

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
  • 212 Views
  • 2 replies
  • 0 helpfuls

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

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