Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! RITM variable data into Custom CSV file format

I wat to save the data into a particular formate    i want to get the data and update in the file where ever i want    code i have :     var ritmSysId = current.sys_id;     var set = new GlideappVariablePoolQuestionSet();     set.setRequestID(ritmSy...

Royal1 by Tera Contributor
  • 995 Views
  • 4 replies
  • 2 helpfuls

Requested Item - ACL Control

I have the following situation: All users with a certain role can change the state of the request after it is closed.The user double-clicks on the state when the table records are listed, as shown in the image below and changes it.   I would like to...

find_real_file.png

Resolved! Validate Variable Date Fields

Hi,  I am trying to setup two date fields which have onChange client scripts to add validation   'Needed From' has a client script which makes sure the date cannot be set in the past and is working. 'Needed until' uses the script below and should che...

Resolved! Bot Response Text Formatting in Virtual Agent / MS Teams

Hello SN Community,  I'm having an issue with the way that the bot responses are rendering in Microsoft Teams, compared to the portal and I am hoping for some direction in how to format the text so that it renders the same or at least very close. The...

find_real_file.png find_real_file.png

How to Add new approval group to change ???

hi all, On change form, we have two custom fields with choice values Yes/No, Whenever we create normal change by selecteing ' yes ' either of two custom fields , how to add new approval group to change form???

Divya K1 by Tera Guru
  • 1716 Views
  • 2 replies
  • 0 helpfuls

Search by approximate name in a reference variable

Hello everybody, We have a field called Configuration item that references our CMDB, It does a search for the exact name, but I would like it to do a search with approximate, The same already occurs when I insert the (*)   I appreciate any help.

Sancley by Tera Contributor
  • 1392 Views
  • 4 replies
  • 1 helpfuls

getSCAttachmentCount() is getting error in my portal

getSCAttachmentCount(); is not working for me. I copied same code from the community, still not working. onSubmit Client Script code: function onSubmit() {    try {        var attachmentList = gel("header_attachment_list_label");        if (attachmen...

find_real_file.png find_real_file.png
vvr0409 by Giga Contributor
  • 3212 Views
  • 12 replies
  • 3 helpfuls

Resolved! how to hide sensitive Information on Ticket History

There could be times where some sensitive data could be inadvertently added to an issue in a text format, on a comment, description, or other forms (Fields, etc). For security reasons and due to this information needs to be removed/ Hidden.Although t...