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

Forum Posts

Server side equivilent of g_form

A simple business rule I was creating didn't work and I found out the g_form.setValue function I was using is only client side. Is there a server side equivalent? What would I need to do to get this business rule to work?? (See attached)

SN_FCR.JPG

Resolved! Importing xml into the instance

Hi ServiceNow Community Developers,I have a question, in Dublin as a developer I had an admin role and I was able to export / import an xml file to any any instance (dev, test, prod, sandbox). The high security plugin was not enabled. I just joined a...

johannes5 by Giga Expert
  • 3493 Views
  • 7 replies
  • 0 helpfuls

Same table different label?

Hi all,I'm wondering if something is possible regarding pulling up the list view of a table. It sounds strange, I know, and i am pessimistic about the possibility of it, but here goes:When viewing the list view, you see the plural table label in the ...

Stop Transformation Process

Hello everyone,I ran many hours ago a transformation through a Transform Map, but in the meanwhile the browser session ended and I'm not anymore able to stop the transformation.Any suggestion is appreciated.Thanks a lot.

smarino by Kilo Contributor
  • 4873 Views
  • 7 replies
  • 3 helpfuls

How to export project? (with the tasks included)

Hi SNC,  Is there a valid option to export a project with the tasks and relationships, so that you can import it later on.Only option I see is export to XML, but it only exports the base info about the top project task.

mitzaka by Mega Guru
  • 3990 Views
  • 20 replies
  • 0 helpfuls

Resolved! Hiding Variables within Change from Record Producer

Hi everyone,I'm having a bit of a hard time trying to sort out how to hide a set of variables within a Change Request and potentially its Tasks as well.   I have a Record Producer that's used to Create / Update Application CIs in our CMDB.   We recen...

turnea by Mega Expert
  • 4107 Views
  • 8 replies
  • 0 helpfuls

Jelly g:evaluate

Hi everyone,I am attempting to create a UI page that will display in a select box a list of approvers for a particular record.   I am having issues getting values from my <g:evaluate> statement.   See attached for what I have so far.   Any help or ad...

amkatulak by Giga Expert
  • 5746 Views
  • 3 replies
  • 0 helpfuls

Query for unique values?

I have the following code: function onChange(control, oldValue, newValue, isLoading) {   if (isLoading || newValue == '') {   return;   }   DepList();   }function DepList(){     var answerValue = [];   alert("Department load startet.");   var rec = ...

jkc by Giga Expert
  • 12131 Views
  • 4 replies
  • 1 helpfuls

Resolved! Is there a way to prevent pop-ups from closing on click

Hi,  When I click on "pop-up" icon against any reference field, and perform any action (on click on any button eg Save), on the pop-up window it closes the pop-up window.Is there a way I can avoid the pop-up window from closing on click.  Thanks,Sony

sony5 by Kilo Contributor
  • 3324 Views
  • 2 replies
  • 0 helpfuls

Resolved! Check for a condition in the script of an UI Action

Hi SNC,  I have an UI Action button which basically needs just to set some fields to certain values. What I need though is a way to check if a field is empty and if so, populate it with the current logged on user.  Should I be looking for something l...

mitzaka by Mega Guru
  • 3176 Views
  • 5 replies
  • 0 helpfuls

I need the User's Name not the Sys ID

I am using an inbound email action to create a ticket from an email. I am looking to have the Short Description be "Some text" + Users Name that entered the request.  Below is my code please let me know what I need to do to get the Users name instead...

dneedham by Kilo Contributor
  • 14944 Views
  • 9 replies
  • 1 helpfuls