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

Forum Posts

core_company table - vendor vs non vendor best practices?

Hello,I am looking for some advice/best practices. I will preface this with company / vendor is a new topic to me.  On the core_company table, we are using a requested item to populate a vendor (as part of our vendor risk management process). So on t...

SandyL83 by Tera Guru
  • 4865 Views
  • 1 replies
  • 0 helpfuls

Resolved! RE: Please release your developer instance

This morning I got an email with the subject "Please release your developer instance".It said, "Please save your work and release the current instance by the end of this week. The instance has technical issues and must be retired." Is it a legit requ...

Development in servicenow

I have two fields effective and end date , the end date should be defaulted to one year upon selecting the effective date in client script in servicenow

servicenow orchestration learning

hello everyone,could you please provide path or link for Servicenow orchestration learning.I am new in orchestrationbelow part I want to learn.Identify and understand Orchestration components and basic architectureBuild simple Orchestration Workflows...

sayan3 by Tera Contributor
  • 660 Views
  • 4 replies
  • 0 helpfuls

Resolved! Incident state is updating even though added if condition

when this BR runs still closed and resolved Incidents are updating, please let me know what is wrong with this script(function executeRule(current, previous /*null when async*/ ) {// Add your code here//gs.addInfoMessage('BR is running');var inc = ne...

Time variable on Catalog request form

Hi,I would like to ask the user to to enter work schedule time from Monday - Saturday on catalog form. I need time variable like   00:00 am/pm. But I could not find it in the variable list. I see Date and Date/Time variables only. Could you please su...

Madhu27 by Tera Expert
  • 5472 Views
  • 17 replies
  • 7 helpfuls

Resolved! Error with sn_sc.CartJS() in HRSD scope

Hi All,We have a requirement to submit a Request from an HR ticket. Created the backend script , but it is throwing error. Can anyone please guide here. var desc1 = current.rich_description.toString();var e1 = desc1.split('Employee ID:'); var e2 = e1...

Devika3 by Tera Guru
  • 819 Views
  • 4 replies
  • 0 helpfuls

Resolved! Access Report via REST API

Hello,  I have a report on this URL: https://xxx.service-now.com/sys_report_template.do?jvar_report_id=9251ba33db667f40419db5ca6096191b This report filters the data and returns the results. Is it possible to get the results by using REST API? I do no...