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

Forum Posts

Issue with ACL on reports

Hi Guys,We have see an issue when users access reports.Here is the error:Security constraints prevent saving reports - displaying report as read-only  Access to this content denied based on report_view field ACLs.May I know why this is happening.

Dropdown values not appearing for a variable in ATF

Hi, I am trying to create an ATF script to order an item from Service Portal. There is one mandatory variable which needs to filled to order an item. The choice list of variable values are not coming up for that variable.I have tried using the "set c...

unnamed.png

Business Rule

I am using current.setAbortAction(true) in a Before Business Rule and displaying a custom message using gs.addErrorMessage().While my custom message displays correctly, ServiceNow also shows a system-generated message “Invalid update”.Is there any wa...

UmesH77 by Giga Guru
  • 68 Views
  • 2 replies
  • 0 helpfuls

Duplicate knowledge article numbers

Hi All Because of import data and incorrect transform map the knowledge article numbers have been duplicated so as example:I have two totally different articles but they have the same Number.As a proposed solution I received this one:https://www.serv...

Kasia5 by Tera Contributor
  • 96 Views
  • 2 replies
  • 0 helpfuls

Table data export

Hello Team, we have one table (hr_mapping) there are 80k + records in prod instance we want export & import this records into our lower instance can anyone suggest the best way to achieve this any schedule job script..?  kindly help me in the script ...

Shabbir1 by Tera Contributor
  • 169 Views
  • 6 replies
  • 0 helpfuls

Resolved! Reopen a closed request (REQ) - suggestions

Hello All, Do we have any process or best practices around re-opening the closed request. This is necessary when the request is closed without completing the fulfillment at the satisfaction of the requestor.   Please suggest. Regards Saranesh

Link in Record Producer form

Hi All,Is it possible to place a clickable link on record producer form, clicking on it should show few variables?   Thanks!

Execute schedule report from script

Hi All,I'm using below script to trigger a scheduled report from script. Is there a way we can avoid calling packages directly? var gr=new GlideRecord('sysauto_report');gr.get('name', 'Report Name'); // name of my schedule report.if (typeof SncTrigge...

How to retrieve Binary PDF file from REST API File response.

Hi Everyone,I am calling a third-party API that returns a PDF file in the response. I need to attach this binary PDF file to a RITM record. Below is my code — it creates the attachment, but the file content is not being added correctly.(function exec...

harshitjamw by Tera Contributor
  • 1447 Views
  • 3 replies
  • 2 helpfuls