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.

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

Forum Posts

Resolved! GlideDigest not working to calculate MD5Hash

Hi all,I m using GlideDigest to caclulate MD5hash in my scoped application.. i m in Istanbul release. Here is the code which i m using to calculate MD5Hash.. It generates different value for MD5Hash for my file. Please help me to understand what i m ...

Avoiding signature images

Hi All,How to avoid signature images from being attached with incident, regardless of image sizes/types?I am looking for the best solution, referred few threads & thought of doing that by calculating the hash values of signature images to ignore & ma...

SNOW User8 by Giga Guru
  • 2679 Views
  • 7 replies
  • 0 helpfuls

Resolved! Field dropdown blank in Record Producer

I am creating a record producer for a table I created in a scoped app, but when I click "Map to Field" in my first variable, I look in the drop down for the list of fields it's completely empty.Any idea what I'm doing wrong?   The form is working jus...

kurtbell1 by Giga Expert
  • 2813 Views
  • 6 replies
  • 2 helpfuls

Resolved! Create table using a script in a scoped application

I have a bunch of custom columns added to the sn_si_incident table.  I would like to remove them from sn_si_incident and place them in a table that extends sn_si_incident (leaving the base table as OOB). Instead of manually creating each field, there...

KJM1 by Kilo Explorer
  • 4167 Views
  • 12 replies
  • 1 helpfuls

Set Time Field to Empty by default

I've created a custom table "Operations Turn-Over" to track times of nightly critical jobs that my company runs. The operators monitoring the jobs are expected to fill in the completion times as the jobs finish. Unfortunately, the times default to 12...

find_real_file.png find_real_file.png

Resolved! Add reference field to sysparm value in Navigation URL

I'm trying to update a business rule on the Call Form: ---------------------------------------------------------------------------------------- var reqFor = current.caller;var contactType = current.contact_type;var location = current.caller.location;...

cgedney by Giga Guru
  • 1693 Views
  • 4 replies
  • 1 helpfuls

Hide a module in the navigation pane

Hello,I want to hide a module 'Custom Assets'   when the current logged in user is not a manager. Is there any way of scripting this?I tried writing a Before query business rule on the modules table to list all modules except Custom Assets but it hid...

Resolved! Update workflow variables

Hello all, We have a situation where we need to update hundreds of workflows by checking out and update the workflow "Run script" activity. I know that workflow variables are stored in 'sys_variable_value' table according to below link. https://commu...

Resolved! How to set a phone number on record producer?

Hello. I created a variable to get the user to enter a phone number. I would like to limit this variable as below. ・Only half-width numbers numbers can be entered. ・Set the maximum number of characters Now, i set 'type' to 'Single Line Text' so shoul...

s_s by Giga Contributor
  • 2616 Views
  • 7 replies
  • 5 helpfuls