Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

GlideScriptable Object documentation

Not sure if this has been asked or where to find this information....Is it possible to get more information as to how these packages or what these packages do? Is there a more detailed breakdown of each that provides the available methods that could ...

sherard by Mega Expert
  • 2784 Views
  • 5 replies
  • 0 helpfuls

Resolved! GlideAjax and AbstractAjaxProcessor

I am attempting to call a script include from   a client script.   The script include is working in both one of my business rules and from a UI Action.   I made modifications for the script include to include the GlideAjax constructor then created th...

find_real_file.png
MPD by Giga Contributor
  • 15279 Views
  • 17 replies
  • 7 helpfuls

Date/Time Format Change

Hi,I want to change the 'Opened' field format on Problem Table. Currently it is in "yyyy-MM-dd hh:mm:ss" format and now I want to change this to "dd-MM-yyyy hh:mm:ss AM/PM". As I want to change this to only one field I cannot change the Global System...

saisowmya by Giga Expert
  • 5130 Views
  • 3 replies
  • 0 helpfuls

Resolved! Business Rule - Create copy of current item?

Hello everyoneI need to create a duplicate of the current item whenever a field is answered a certain way; Is this possible using business rule script? The duplicate would get created when the field "survey_question_1" equals "New ask based on respon...

Resolved! Rest Response need to wait

Hi AllHow to make my rest call to wait until it responds. since the web service will responds after some time. I am using asynchronous Calls. Could you please suggests how to make it wait.I triedsetHttpTimeout(10000),waitForResponse(60).The Problem i...

Resolved! AutoComplete with free text

Do we have any component through which we achieve autocomplete option along with free texting? What i refer is, if we type in some value, it will show suggestion from the table and if the value doesnt available in the table, it will accept the value?...

Resolved! check if all child are closed

How to find     all   the task(sc_task) under ritm table whose state is say pending .I want this to be reflected in the parent(ritm )[the state of ritm also changes to pending] only if ALL are pending ,else ritm stays in the same state like previousl...

How can I report maximum aggregates?

Hello,We are trying to generate a report that contains the maximum internet connection speed per location. Although this intuitively feels like a very trivial report, simply running a MAX query/aggregate over the data set, we have so far not found an...

How to find the table name using Sys_id of a form value

Hi All,ctomasi I want the table name of the record based on sys_id   i have tried below code in query business rule before , its not working(function executeRule(current, previous /*null when async*/) {   // Add your code here   var ci_sysid = curre...

modify time zone in email notifications

I realize that the time zone in email notifications follows the system time zone.   However, is there a way within the email notification or email template to display a field in a different time zone?   For example, I have two separate time fields in...

giovanni3 by Kilo Contributor
  • 4447 Views
  • 4 replies
  • 3 helpfuls

Resolved! Database View report drilldown not working

Hi Everyone,Our team has created a database view that combines sys_user, tasks, and aprofile table we built separately.   From this database view, I was able to create a column report that shows past due tasks by manager.   I also created a drilldown...

find_real_file.png
yundlu316 by Kilo Guru
  • 3996 Views
  • 7 replies
  • 4 helpfuls

Add css to service portal pages.

I want to make the service portal look like company's homepage. So mostly i have to deal with css of different pages and widgets. As far as i could go, i have discovered that css is applied to widgets, widget instances and at containers too. Apparent...

ankit110 by Kilo Contributor
  • 8268 Views
  • 4 replies
  • 3 helpfuls