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

Forum Posts

Resolved! How pass parameter from UI Macro to UI Page HTML?

I am trying to pass parameters from a UI Macro to a UI Page. The macro is a button that, when clicked, opens up a GlideDialog (that calls my UI page) on screen. I am trying to pass parameters to this modal popup.I have successfully passed parameters ...

Resolved! UI Action Scripting

Hi AllI am trying to write UI Action script for below scenario:when Demand manager go to an existing   demand that is in draft status and do NOT fill in any/all   of the below fields and click on"Submit demand"   button then there should be an error ...

devr by Kilo Contributor
  • 15003 Views
  • 6 replies
  • 1 helpfuls

Resolved! Catalog and Catalog Item on different Workflows

Greetings!I have an issue with the Service Catalog. Let me provide you with some information regarding my instance as it may allow for better troubleshooting.I am running domain sep, but my catalog and catalog items are living in global. I have broke...

workflow chart.jpg workflow prop.png wrong req workflow.jpg catalog item.jpg
matthewwhite by Mega Contributor
  • 3763 Views
  • 4 replies
  • 0 helpfuls

Resolved! Make the Business rule to wait for 2 minutes

Hi, As my instance host is getting populated after   1 minute of the record inserted I have used Async   after business rule   in order to the business rule to fire   once the condition is satisfied. Conition : current.sys_created_by=='MIDServer'   ...

Resolved! Transform script to trim unwanted space on the target record

Hi All,Currently i'm populating cmn_location table using Scheduled job & transform map.The incoming data some times having unwanted space at the end (eg, loc1 ,loc 2 ,loc3 like wise).I just need to trim this blank space & insert the correct value int...

Tamil5 by Tera Expert
  • 7656 Views
  • 5 replies
  • 0 helpfuls

Resolved! Variable reference field in service catalog

Hi,I have 2 variables   on the catalog form. Both are of reference type.Oss form to be modified variable is reference of "sc_cat_item" table.       Please identify the collection list variable is reference of question table.Now when user select the c...

find_real_file.png find_real_file.png

Resolved! Update Sets & Cache Flushing

Hi All, newbie ServiceNow Admin here.I recently learned about ServiceNow cache flushing - specifically that it should never be run during business hours. As I worked along with that knowledge - I saw that update sets automatically trigger a cache flu...

mcthornton5 by Kilo Explorer
  • 4423 Views
  • 2 replies
  • 0 helpfuls

Resolved! Update Field using Business Rule

Hello, I created a new field (True/False) on Incident form to be updated when, on Task Survey table the "State" field changes to "completed".the script is as follows:(function executeRule(current, previous /*null when async*/) {var inc = new GlideRec...

nehamendon by Kilo Contributor
  • 9864 Views
  • 7 replies
  • 7 helpfuls

Resolved! How to change Catalog Item layout

Hello Everyone We have a page with this link: ServiceNow This is the current layout of our Catalog Item form:How can we change the layout to this?Best Regards,Diane Miro

find_real_file.png find_real_file.png
dianemiro by Kilo Sage
  • 3447 Views
  • 12 replies
  • 1 helpfuls

Resolved! Where can I find the SPEntryPage Script/Page ?

Hello,I would like to configure the service portal login, but I don't find the SPENTRYPAGE script as mentioned below :         Where can I find this one ?Thanks in advance for help.                    

spentry.png
khamsone by Kilo Expert
  • 3004 Views
  • 2 replies
  • 0 helpfuls

Resolved! REST API to fetch templates for case entity

Hi We are developing a application for service now heinieski version. For this app we want to retrieve all the Templates present for case replies.As highlihted in image. We want to know the REST API to retrieve all these templates or essentially the ...

Screen Shot 2017-10-05 at 2.42.33 AM.png