Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

Resolved! How to subtract two date-time fields on a form

Hello, I have a Ui action button, when pressed it should take the date-time value from the clocked_in field and subtract the date-time value of the clocked_out field on my form. Then It should take the result, turn it into a string and then store it ...

JJG by Kilo Guru
  • 7988 Views
  • 4 replies
  • 4 helpfuls

Resolved! Scheduled job not running automatically

I am having a schedule job which will run daily at 12am IST. When i manually use Execute Now, it was working as expected but not working at scheduled time mentioned I have kept Run as Global scheduler( time zone for Global scheduler is GMT so i conve...

find_real_file.png
ST9 by Tera Contributor
  • 4143 Views
  • 6 replies
  • 0 helpfuls

Resolved! Creating If Statements in a Flow Designer variable

i have created this flow that will assign the request to the request_for location service desk. if the requestor is from Toronto then it will assign it to the AV TOR group if from MOntreal then AV MTL group and so on.the issue i am facing, if the use...

PeterWilliams_0-1664822752439.png

Resolved! g_form.showFieldMsg Client scripts is not working on portal

UI Type= All. Below script works fine in servicenow(Kingston) but it's not working on portal. Field message does display on portal for a split second though . Any suggestions guys Thanks  function onLoad() { var WTest = g_form.getValue('u_w_status');...

manibaig by Mega Guru
  • 12693 Views
  • 14 replies
  • 15 helpfuls

Resolved! Asset Loaner Reference qualifier help

I am using the OOB Asset Loaner catalog item. There is a reference qualifier that is based on the asset function type of loaner, which is this: I am using the OOB Asset Loaner catalog item. There is a reference qualifier that is based on the asset fu...

Service portal pages access by general public.

How can we make service portal pages available to general public to have access on any web browser. To have a access without any login credential and he is not a registered user in ServiceNow. I have tried it by making pages public, but it is not wor...

Nikhil G_ by Tera Contributor
  • 3827 Views
  • 7 replies
  • 1 helpfuls

Resolved! Pass variable value from Client Controller to Server in widget

I am getting the value of the content of a field in a Record Producer using a widget.I am trying to pass that value from the Client Controller into the Server side of the Widget.I have an alert pop-up, and it seems to display the desired value from t...

Maxwell3 by Kilo Guru
  • 4229 Views
  • 1 replies
  • 1 helpfuls

Task creation in flow designer

Hello experts please I need your support, I am creating a flow in which if a user gets terminated, a REQ-RITM-SCTASK are created.At the moment I have this so far: Here is my issue, when the user has for example 3 assets assigned, it creates 3 sctasks...

JesusNava_2-1664992008615.png
Jesus Nava by Tera Guru
  • 2623 Views
  • 7 replies
  • 1 helpfuls

Updating new field in user profile through portal

I added a new field to the sys_user table.  I need to have some validation associated with this field, so have added an onchange and onsubmit client script, both set to run in "All" user interfaces.  The scripts work fine in the standard interface, b...