Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

Issue in calculating time difference in different timezone

Hi Team, My system timezone is in EST and servicenow timezone is in  IST. Below are the script which calculate time difference but its not working properly. Catalog Client Script:-   function onChange(control, oldValue, newValue, isLoading) {     if ...

kun1 by Tera Expert
  • 3572 Views
  • 22 replies
  • 0 helpfuls

Resolved! Applying roles in ACL

Hi , I am using 1 core table in  1. ITBM, 2.ITSM. currently i am working on the ITSM. 1.my requirement is i have to make program  table read only for the program_staff role users, and editable for the program admin role users,I am using ACL's to do t...

siva58 by Tera Contributor
  • 1266 Views
  • 2 replies
  • 0 helpfuls

Resolved! Add an approver with IF condition

I want to add an approver to my current workflow only if a request is submitted by a user of a specific company and the approver will be the same for all requests submitted by a user of a specific company. Below is the screenshot for your reference:

find_real_file.png
Burhan Shah by Tera Contributor
  • 2752 Views
  • 10 replies
  • 1 helpfuls

Resolved! Agent Workspace: Checkbox/selector for Multiple Record Section

I have an Agent Workspace List view (Task table list My Work) that doesn't display the checkbox that allows you to select 1 or multiple records. Below is a screenshot of an example of what I'm looking for. I can't figure out how to enable this for th...

find_real_file.png
TStark by Kilo Sage
  • 4934 Views
  • 9 replies
  • 0 helpfuls

Does Agent workspace support tooltip & hint?

Does Agent workspace support tooltip & hint? When i am viewing in workspace view in native ui its showing all tooltip & hint for fields or choices correctly. But same in agent workspace those are not showing. Any clue about this?

sub by Tera Contributor
  • 1979 Views
  • 2 replies
  • 2 helpfuls

Resolved! Creating tasks without assignment group/assigned to

Hi Team, We have a parent task and some sub tasks. The sub tasks will remain open for long as the fulfiller cannot close it for certain amount of time. So we do not want to assign it any group/user as it will show in their open items. Is it okay to h...

ShAn21 by Tera Guru
  • 1011 Views
  • 1 replies
  • 1 helpfuls

"Failing widget: 'SC Order Status'" error on Service Portal

Hi all!I was performing some tests on our testing instance and realized we have issues while trying to view a RITM generated after submission. Here is a screenshot: We checked the browser console and it points out to the Server script for the mentio...

find_real_file.png

Create new record with UI action

Guys - I wanted to create custom table  record from incident form via UI action and same should be visible in related list as well for that incident record. custom table name - u_interaction_record Pls help