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

Forum Posts

Trigger email notifications based on schedule job

Hi All, I have requirement already created Schedule job to sent email to asset owners 30 days before the expiry.Created Schedule job and event registry . comes to notification I need pass a in table format some details of the asset how I can fetch th...

Arun_Manoj by Mega Sage
  • 336 Views
  • 1 replies
  • 0 helpfuls

Resolved! API Key MidServer Postman Error: invalid key prefix

Hello I am trying to use API key based authentication to push events in MidServer. Basic authentication works fine. But when I try to change it to API key based i get the following error in postman output.What is the Key Prefix ? As per documentation...

Anirban5_0-1686033051730.png Anirban5_2-1686033586781.png Anirban5_3-1686033763481.png Anirban5_1-1686033419235.png
Anirban5 by Tera Contributor
  • 1103 Views
  • 3 replies
  • 1 helpfuls

Resolved! How can I display date field with considering timezone?

Hi all, I would like to display date field for every global user.   For example, if Japanese users see a data field A as 2019-02-11 in the Japanese morning, At the same time I would like US users to see a date field A as 2019-02-10 in the US evening....

Client script onsubmit validation

I want to apply the restriction on submitting the record producer.The record producer should not allow the submission if the submitter has no more than 10 active submission. Or successfully the closed case in the current calendar.How can we restrict ...

SUser1234 by Tera Contributor
  • 1614 Views
  • 10 replies
  • 2 helpfuls

Cancel notifications if approver

Hi everyone, Im trying to modify the "Business Rule": "Approval Events (Non-Task)" and "Approval Events (Task)" on the "sysapproval_approver" table. When a record is inserted on the "sc_req_item" it triggers 3 notifications with will create 3 records...

BR to delete the records from table

Hi All, I have requirement to delete records from a table called -'em_impact_maint_ci' where business service is not same as CI. I have written down the before BR on insert but this script isn't deleting the records from the table. When i ran same pi...

roomawakar by Tera Contributor
  • 765 Views
  • 8 replies
  • 3 helpfuls

Background Script

You need to enhance the User table in ServiceNow by adding a custom reference field, Incident, that points to the latest incident associated with the user. This field will automatically update whenever a new incident is created with that user as the ...

yella123 by Tera Expert
  • 225 Views
  • 1 replies
  • 0 helpfuls

Help text on workspace fields

I need help text on workspace fields. I created field decorators to achieve it. But hints given in native view at dictionary level are taking priority and showing in workspace rather than field decorators. Need suggestion to show field decorator hint...