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

Forum Posts

Resolved! Transform Map script to update records based on field value

Hi All,I have a transform Map in which I had made a field as Coalesce, so that only matching records gets updated when user export the excel file and updates it and then uses the transform map to update the records in the table using the exported fil...

farci by Mega Expert
  • 11684 Views
  • 9 replies
  • 2 helpfuls

Resolved! Update and show message in Transform map

I have a transform Map in which I had made field(ST_ID is the field name) as Coalesce, so that only matching records gets updated when user export the excel file and updates it. I want the transform map not to update or stop updating, when a specific...

suryan by Kilo Expert
  • 8839 Views
  • 9 replies
  • 0 helpfuls

Resolved! Planning console business rule

All-I have a business rule that fires on the Project Task table.When I create a project task from a project, the business rule fires just fine (I'm auto-populating the Assignment Group).When I create a project task from the planning console, the busi...

Resolved! add more columns to a Recent selections dropdown?

Hi folks, I am trying to add additional column (named short_name) to the suggestion dropdown in the Cost Centre which is a reference field to the OOTB Cost Center table where Account Number sets to Display =True in a custom table Line Items. (see bel...

find_real_file.png find_real_file.png
georgechen by Kilo Guru
  • 3026 Views
  • 3 replies
  • 1 helpfuls

AWS Credentials

Hi Friend,I am trying to do a test validation of my AWS Account Credentials for one of the amazon integration. I am repeatedly getting authentication failed message as below. However the i have provided very correction informations- Account Number, A...

find_real_file.png
niitnishant by Tera Contributor
  • 5355 Views
  • 12 replies
  • 6 helpfuls

getDisplayBox Method

1) I had a custom field reference field referring to sys_table.2) i wanted to create a alert with the field value selected in the reference field.3) It was returning the sys_id.4) i used the following code.5) The second alert was giving me the exact ...

find_real_file.png
naresh1019 by Mega Expert
  • 12600 Views
  • 6 replies
  • 3 helpfuls

Resolved! activate change request interceptor

I am trying to activate change request interceptor for our instance, at the moment as we click on change --> create new   it is directing us to a template directly without any interceptor screen , try to search for change_request.do in our ACLs but c...

find_real_file.png find_real_file.png
ashokalla by Kilo Contributor
  • 6079 Views
  • 5 replies
  • 3 helpfuls

What is Guest user?

Dear all,There was an update in knowledge article.When I checked updated by for that perticular record Guest was mentioned thereCould someone let me know what is guest user?Thanks in advanceSurendra

sr_surendra by Giga Expert
  • 13515 Views
  • 5 replies
  • 3 helpfuls

What is a guest user?

Hi,I have a confusion with "Guest" user. I don't see such a user profile in ServiceNow but many times found some of scripts updated by "guest" user profile.Can anyone please clarify/explain what is a guest user and how it comes in picture?Brgds, AM

antonymirza by Tera Expert
  • 19234 Views
  • 9 replies
  • 9 helpfuls

Resolved! ServiceNow Integration to X matters

Hi All,We are using ServiceNow Istanbul version.Our client planning to integrate text messaging app to ServiceNow.Hence we are planning to show some sample demo in Non Prod instance with X matters app to the Client.We are completely new to the X matt...

UI Page not running processing script

In my UI Page I've stuck this line to create the ok and cancel buttons: <g:dialog_buttons_ok_cancel ok="return makeChanges()" ok_type="button" cancel_type="button" /> I then have this in the client script window: function makeChanges() {       var s...

grosch by Mega Expert
  • 9562 Views
  • 16 replies
  • 13 helpfuls

Resolved! Reopen cancelled request

How to reopen cancelled Request. I am changing request state and stage and setting the workflow to true using the below script: var gr= new GlideRecord('sc_request')gr.addQuery('sys_id', 'sample sys_id');gr.query();while(gr.next()) {gr.request_state=...

rev3 by Mega Expert
  • 5629 Views
  • 10 replies
  • 6 helpfuls