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

Forum Posts

Resolved! Can we use "current" in Script include

As we know, to access server side value we use make use object "current" in Business Rule. Similarly can we use object "current" in "Script Include". If not what are other ways to access server side value in script include except "GlideRecord".  

Reference Qualifier Issue in List Collector Type Variable

Hi Experts,First of all, Apology for such comprehensive question. The issue is using Script include in the reference qualifier in the List Collector type variable. The issue does not arise if I change the variable type from List Collector to Referenc...

find_real_file.png find_real_file.png find_real_file.png
amlanpal by Kilo Sage
  • 9211 Views
  • 20 replies
  • 10 helpfuls

Cherwell to ServiceNow

Hello Folks, Would like to know what it takes to Migrate a company from Cherwell to ServiceNow. Currently, A company is using cherwell and would like to migrate to ServiceNow? What is the process? How easy it is to migrate them, what steps should we ...

Samir Zaveri by Tera Contributor
  • 4436 Views
  • 3 replies
  • 1 helpfuls

Resolved! Resolve Incident to closed

I want to Write a script to close all resolved incidents which are not updated on last 3 days I have hardcoded the last the days but i want it to be calculated. var str ="state=6^sys_updated_on<=javascript:gs.dateGenerate('2022-08-09','23:59:59')"; v...

Resolved! Autopopulate multi-row variable set through Widget

Hi All, I am trying to autopopulate multi -row variable set through widget. I have added the below script in client controller. I am unable to set the variables in variable sets. Please help. i am doing anything wrong here. var my_varset_three_way = ...

Swathi P by Kilo Sage
  • 1992 Views
  • 11 replies
  • 0 helpfuls

enable work notes

How do you enable worknotes? I am working with a custom application and I don't see the option to add the journal or work notes to the form/tab.

paradise624 by Tera Contributor
  • 2281 Views
  • 6 replies
  • 3 helpfuls

Resolved! Scope AJAX Script Include and Catalog Client Script

I have the following Ajax Scripts (Include and Client) in a scope application. For some reason I am getting a browser error: There is a JavaScript error in your browser console. Can you please advise me how to addressed this problem. I am in a lost a...

find_real_file.png
Luis Roman1 by Tera Contributor
  • 1521 Views
  • 5 replies
  • 1 helpfuls

Resolved! Glide aggregate count

I have written below script to calculate the count of priority.I want to display the count of individiual priority.I am not able to display all three at once. var gr = new GlideAggregate('incident');var strQuery ='priority=1';var strQuery1 ='priority...