We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! download sys_attachment by public

Good Morning Guys!At the moment, i make a Widget and this is on a public site (no authication). In this Widget i want to make downloading files from sys_attachment.first of all, i used the url /sys_attchment?sys_id=<SYSID>, but if i am not logged in,...

CyrillW_1-1764231930676.png
CyrillW by Kilo Guru
  • 1024 Views
  • 1 replies
  • 0 helpfuls

Resolved! Playbook Priority text field

 Hi everyone,Could you please help me with removing the “Priority” text from the Playbook?Please find the screenshot below for reference.

lalitpawar1 by Tera Contributor
  • 1216 Views
  • 2 replies
  • 1 helpfuls

How to set Initial passwords for Users using script

How about setting password via script? We've been using bg script for this, but script cannot set initial password for them. Error is Not Authorized-user.user_password.setDisplayValue('examplePassword')Should I change something in properties or ACLS?

Siris by Tera Contributor
  • 850 Views
  • 3 replies
  • 0 helpfuls

Catalog item

Hi Team,I have a requirement. I have a catalog item which has a multi row variable set 'Impacted CI' having 2 single line text variables 'Name' and 'DNS Domain'. This catalog item is having flow designer. Requirement is: ServiceNow will need to searc...

abhisek by Tera Contributor
  • 685 Views
  • 2 replies
  • 0 helpfuls

open a new record form when ui action is clicked

I have two tables table 1 and table 2 both are extended from task. there is a ui action in table one which when clicked it should open a new form of table 2 and it should store the sysid of table 1 record in the parent field of table 2 record

Dashboards in Platform analytics

Incident TabActive IncidentsActive Incidents by PriorityActive Incidents with ReassignmentActive Reopened IncidentsActive Incidents AgingAvg Time to Resolve IncidentsActive Incidents by Assignment GroupActive Incidents by Configuration ItemActive Inc...

Nagoor Basha by Tera Contributor
  • 1012 Views
  • 3 replies
  • 0 helpfuls

Resolved! Translate GlideQuery into GlideRecord

Hi All, I want to replace GlideQuery with Gliderecord, can someone please help me with the translation. Specially, with the 'select' query part GlideQuery/ existing script : var obj = {}new GlideQuery('sc_req_item')    .where('active', true)    .wher...

Ankita9793 by Tera Contributor
  • 935 Views
  • 3 replies
  • 0 helpfuls

Resolved! Restricting field addition in list view

Hi all,I had a requirement to restrict a confidential field (example: hidden_field) to be added in list view.I dont have access to ACLs. Is there any other way to restrict fields to be added into list view through personalize icon without ACLs?