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

Forum Posts

Show Field Message - Auto hides after a field is edited

Hi All, We recently upgraded from Jakarta to Kingston and while testing we noticed that whenever a field on a catalog item is edited, if there is a was a field message shown on it (via g_form.showFieldMsg), the field message is automatically removed....

find_real_file.png find_real_file.png
jna2756 by Tera Expert
  • 2197 Views
  • 2 replies
  • 0 helpfuls

Resolved! How do you delete changes to a checked out workflow?

Say I checked out a workflow. Then I made changes to it. Then I decided the changes I made were bogus, and I want to cancel all changes I made and check out another copy of the current workflow?As of now, I've just been manually removing the changes ...

santrym by Mega Expert
  • 4225 Views
  • 2 replies
  • 12 helpfuls

Resolved! Has anyone been able to add a multi line String field to Ticket Conversations, like a description field, without it collapsing all line breaks?

We have the short description field which is added to Ticket Conversations widget by default. We have a Description field as well. This is an expanded explaination of the short desciptior created when the ticket is created. It is not change after ini...

Resolved! Advanced Script for User Criteria

I am trying to use an advanced script for User Criteria. On the wiki the only documentation says that the script field is "A script to define any additional criteria, and return true or false. This field is available only if Advanced is selected." Th...

tim_harris by Giga Expert
  • 27987 Views
  • 11 replies
  • 11 helpfuls

ACL quesion on reference table access

I have one-to-many relationship between Table A(one) and Table B(many) TableA has a field named ‘IT Member’ (ref to sys_user_group) I want to be able to limit access (read) on Table B only if logged on user is member of ‘IT Member’ group (listed/reco...

Valqe by Tera Expert
  • 1398 Views
  • 4 replies
  • 0 helpfuls

Resolved! core_company read ACL doesn't work for non admin users

I have a catalog item that has a core_company reference variable. When a test user with no roles tries to populate it, the field returns "no matches found". I've added an ACL for core_company.* with no roles, no conditions, and no script but the fiel...

snow33 by Kilo Contributor
  • 3070 Views
  • 5 replies
  • 2 helpfuls

How to change the timezone of the timestamp in export set

Hi,  I am using export set and want to add a timestamp in my local timezone to the file name. I tried to use the append timestamp option in export set, but the timestamp created is in UTC-7 timezone, which is not my local timezone. Are there any way ...

Keith17 by Kilo Explorer
  • 3037 Views
  • 5 replies
  • 0 helpfuls

Access Data outside of ServiceNow Tables

Hello,I've been asked if it's possible to access Data from external tables in our instance. Example:   We have our Club Location Data stored in a SQL database on one of our on prem Servers. Is it possible to access that data without pulling it all in...

carlh by Kilo Guru
  • 2881 Views
  • 10 replies
  • 3 helpfuls

System Property Show and hide based on condition?

 I have created some System properties, grouped properties in categories and created a property page to display properties. Now I want to show/hide one property on the basis of the value of another on the page. I want to show/hide properties on basis...

"Previous" Object in Script Include

  We have a requirement to add all assignees for associated Change Tasks to the CAB meeting for related Changes. I believe that I can add the code to implement this requirement by overriding the "refreshAttendees" method (shown below) from the "CABAg...

MD5Hash Calculation

I m looking forward for an example of how to calculate MD5Hash in scope application. It sounds like GlideCheckSum function is one option to calculate MD5Hash but it wont work in Scoped Application it seems. Another option would be to import an extern...