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.

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

Forum Posts

Create a URL,which is referring to a record

Hi All,   I have a requirement to create a URL which should hit a particular record of the table. The catch here is that currently we are having the sys_id of the record in the URL, due to which we are unable to hit the record with the URL as the sys...

Scripts should not directly call Java packages

Actually, We directly call Java packages in the script. Is there any other way to call the java packages? Can any one help me how to call the java packages in other way? Script :  function Returnnextstrikedate(strikedon){ var striked = strikedon; var...

Rama Rao by Tera Contributor
  • 1580 Views
  • 7 replies
  • 0 helpfuls

Resolved! Call advanced reference qualifier from UI page

I wanted to create a ui page with a field called 'Manager' which is a reference type and reference to user table. And I want to show the list of users who are member 'Major incident' group. I have created following script include in 'Major incident m...

find_real_file.png

Resolved! How can i create a CHILD RITM with Flow Designer

I want to create a CHILD Requested Item with Flow Designer. We already have several catalog Items. One should be the Parent, some other need to be used to creat child RITMs. So first the Parent catalog item gets requested. After approval the child RI...

find_real_file.png
Ahmet Damli by Tera Contributor
  • 1773 Views
  • 4 replies
  • 2 helpfuls

Resolved! Schedule Job table as a reference

Hi, I have a requirement to create a reference field which maps to schedule jobs in custom table? On trying it, I am not able to map the sysauto table in that reference.  Can anyone please let me know what needs to be done on this? Which table needs ...

Vinu1 by Tera Expert
  • 915 Views
  • 2 replies
  • 1 helpfuls

Integration between two instances ?

Hi my requirment is to create an request(sc_request) from source instance A and the same request should create in target instance B once the request is completed by target instanceB the same should update in source instanceA  Can any one help me - ho...

hemanth16 by Tera Contributor
  • 845 Views
  • 5 replies
  • 1 helpfuls

Resolved! What is the normal way to re-implement a child table's UI action?

Hi Experts,  what is the normal way to overwrite a UI action implementation from parent table?  Is it just create an new UI action the same with parent, and write the code and then exclude it from parent ?    Thanks & Regards Amber   

amber by Tera Contributor
  • 869 Views
  • 2 replies
  • 0 helpfuls

Resolved! SLA BREACH OPTIONS

We're currently looking for some best options to document the breach of an SLA for a given incident. For example, if an incident has breached SLA, we want to know the reason for the SLA BREACH before that incident could be closed. Does ServiceNow cur...

ID NOBLE by Tera Expert
  • 3953 Views
  • 5 replies
  • 2 helpfuls

Resolved! Inbound emails that moved to Junk folder

I've noticed that if sender's account is locked out or inactive, the emails they sent would be moved to the Junk mailbox. Is there any way to change the inbound email rule so even if the user's account is locked out or inactive, the emails they sent...

Sharon24 by Tera Contributor
  • 1571 Views
  • 3 replies
  • 1 helpfuls

Create report by combining 2 reports

Hello All,We have a requirement to create a report (widget) for a dashboard where a client wants:1. Total number of Incidents by caller > department.2. Total number of Requested Items (RITM) by requested for > department.   Example: Sam from Accounti...

Manthan by Tera Contributor
  • 1238 Views
  • 3 replies
  • 0 helpfuls

Resolved! Exclude a user from LDAP sync

Hi everyone, How can I exclude a user from updating from the LDAP sync? The client would like to force the user to use local login instead of the SSO. Please advise. Thanks