The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! List field separated by comma

I have a list field pointing to some table X. List allows me to select multiple values. It's like a Watch List on the incident form. It shows elements separated by comma. Like below Test1, test2, test3 But insread of comma, I want to show them separa...

Khanna Ji by Tera Guru
  • 2225 Views
  • 1 replies
  • 2 helpfuls

Resolved! How do you create local accounts when SSO is enabled

Currently we are using external authentication SSO to access ServICENow. I am trying to create a local account for Inbound REST API requests. When I got to Administration>Users>Create there is no password field and "Web Service access Only" is unclic...

jcestra by Kilo Contributor
  • 3509 Views
  • 3 replies
  • 2 helpfuls

ATF SCTask Variables

Hello! I am working on building an Automated Test. I have successfully been able to open a catalog item, set the variable values, submit the catalog item, and then open an SCTask associated with that request. I can set values on that SCTask like Assi...

Hannah C by Giga Expert
  • 1822 Views
  • 6 replies
  • 1 helpfuls

Resolved! How to hide Select Box choices based on User Criteria

I have a catalog item that is used for different offices.  One of the variables is a Select Box.  I need to have different Question Choices depending on the location of the user.  I have setup user criteria for each location.  How can can I hide/show...

Convert the String/Float output values into a Currency value

Hi, I need to update a Balance field (of Type :currency) on a table via a Business rule based on the calculations between two tables Script: var amount = 0;var i = new GlideRecord('TableA');i.addEncodedQuery('u_sn_number',current.u_sn_number');i.quer...

Manoj82 by Kilo Expert
  • 3868 Views
  • 2 replies
  • 1 helpfuls

Notification Email script with parameters

Hello , Can we use parameters when calling email script to do something like this   : ${mail_script:show_informations("first info","second info")} ?Thank you !

ASA5 by Kilo Sage
  • 14000 Views
  • 11 replies
  • 4 helpfuls

Can not get the sent Options of the embedded widget

Hi,I created a new widget with an embedded widget. I'm trying to sent params from the new widget to the embedded widget.1) Parent widget:HTML: <div class="embedded-widget">       <sp-widget widget="c.processflow"></sp-widget></div>Client controller: ...

Resolved! Usage/Benefit of Messages field on Client Scripts

I'm struggling to understand exactly what the use of the "Messages" field is in Client Scripts: Client Scripts - ServiceNow WikiIf I have a record (or records) in the Messages [sys_ui_message] table with a Key value of 'Start date must be after end d...

Resolved! Viewing/Writing code in Flow Designer

Hello everyone,   I am new to ServiceNow and am going through the tutorials for my job. I have a background in software development and know my way around Javascript.   After getting through the Flow designer module in the New to ServiceNow Learning ...

Brent by Kilo Contributor
  • 2508 Views
  • 2 replies
  • 4 helpfuls

Resolved! RESTMessageV2 - Not escape XML in body

Hi, Is there a way to send an XML payload (Content-type: application/xml or text/xml) without escaping? I know you can do this by replacing variables with command setStringVariableNoEscape, if you call a REST Message module. But I need to send script...

Teemu1 by Tera Expert
  • 1345 Views
  • 1 replies
  • 0 helpfuls

Is it possible to turn off cleanup for ATF?

Hi, as ATF has been included into ServiceNow, we've faced new challenge - we need to see real test records. However ATF deletes records after each test. Is there any property that disables deletion of test data?Idea behind is to use results of one te...

Andrii by Kilo Guru
  • 3101 Views
  • 7 replies
  • 4 helpfuls