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

Forum Posts

Resolved! Upload error with .dotx attachments

We have a list of approved file extensions for attachments in ServiceNow System Properties > Security, with MIME checked of as true and the same list in the glide.attachment.extensions. We are having issues where anyone trying to attach a .dotx file ...

Stacey9 by Mega Guru
  • 2616 Views
  • 4 replies
  • 2 helpfuls

getMissingFields and mandatoryCheck aren't work on Workspace

Hello All.Anyone know if function g_form.getMissingFields() and g_form.mandatoryCheck() aren't available on Agent Workspace? While executing a function, the system throws console error: "SCRIPT:EXEC Error while running Client Script "GlideScopedScrip...

Erica by Tera Guru
  • 2298 Views
  • 1 replies
  • 7 helpfuls

Resolved! How to redirect to a page on a button click?

Hello All, I want to redirect to a page after the user clicks on submit button.   HTML: <button type="button" class="btn btn-primary" ng-click="updatePrice(catalogItemValue.sys_id,myInputModels)" >SUBMIT</button>   CLIENT: function($scope, spUtil) {...

Reddy by Kilo Sage
  • 6316 Views
  • 2 replies
  • 5 helpfuls

Resolved! ATF for Service Catalog Issue?

I'm setting up ATF for Service Catalog. In my 2nd test I using the UI 16 interface to open a request using the service catalog test steps. Up to step five seems to work fine when watching the client test running. My Steps Are: Create a user.Create a ...

brianlan25 by Kilo Patron
  • 2739 Views
  • 8 replies
  • 0 helpfuls

Making multiple REST calls within one action?

Is it possible to make more than one REST call within a single action in the Flow Designer? I am attempting to acquire data using several GET calls to an app that contains APIs, each with a different resource path. This is for a Data Source created f...

Steven L by Tera Contributor
  • 2308 Views
  • 2 replies
  • 2 helpfuls

Resolved! You do not own the vendor prefix for this scope

Hi, We are working on a known integration - Servicenow to Terraform integration. We have imported the 3rd party application named 'Terraform' via source control as it is not available in servicenow store  We understand that the app can be moved via u...

find_real_file.png find_real_file.png find_real_file.png

Resolved! Allow only whole numbers in a variable

I want to write a catalog client script on a record producer that allows only whole numbers to be typed in a variable field. I have a script written that gives an error message if a decimal point is included in what they type, but the problem with th...

Rylie Markle by Tera Contributor
  • 2212 Views
  • 5 replies
  • 2 helpfuls

Resolved! how to make a label hyperlink in servicenow

Hi Team, I have a variable of type label "click here view..." as you can see below. I want to make 'here' as link. So that it links to "www.google.com". Please suggest. Note: I don't have Variable type- Rich text label in my client instance. Thanks ...

find_real_file.png

Unable to update Variable value in the Business rule

Hi All, I have one after BR  where i have need to update the variable on the HR case with a new value .This variable is of type date.  I am trying the below script to update the employment start date variable, but it is not working . Please suggest v...

Mrman by Tera Guru
  • 2537 Views
  • 14 replies
  • 0 helpfuls

Resolved! I want to create problem by copying existing record.

Hi all, I want to create problem by copying existing record. I know incident record can copy by clicking header and select 'Copy Incident'. Is it possible to do the same thing at problem table? Thanks.

find_real_file.png
shun6 by Giga Sage
  • 1547 Views
  • 4 replies
  • 3 helpfuls

REST API Call

All,I'm trying to pull data from the sys_audit table using the table API. How do I setup the ACL to allow the rest api user to read this table.https://server.service-now.com/api/now/table/sys_audit?sysparm_query=sys_created_on%3C2017-07-11+22%3A12%3A...