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

Forum Posts

Watermarks and Integration

Hi all,For a special need, we integrated 2 solutions and emails for the "other solution" are sent by Web Service to ServiceNow.ServiceNow sends the emails rightly but it doesn't add the watermark on the email.Do you know if it's possible to add the w...

Resolved! Survey for a catalog item?

Hi need help,Objective: To trigger a survey to requester when REQ is closed for a catalog item - Catalog item1.Created a survey :Set to :Certain users can take this survey, based on conditions.Trigger conditions:table - sc_requestuser field - Request...

Metric on Assignment Group when Incident is Resolved

Hello,I'm trying to change the metric on Assignment Group so it will stop when the incident state will be Resolved (in this moment it stops when the incident state is Closed / not active anymore). The only info regarding this I found on this wiki pag...

razvan1 by Giga Contributor
  • 3001 Views
  • 3 replies
  • 0 helpfuls

How to monitor CRUD operations in ServiceNow

Hello All,As per a product requirement in my company, I want to monitor the CRUD operations on various tables in service now. Is there any way to do this apart from the email notification mechanism?Thanks,Pooja

poojaverma by Kilo Explorer
  • 2767 Views
  • 10 replies
  • 0 helpfuls

Resolved! how to retrieve an XML file via a dynamic URL

Hello all.   I need to retrieve an XML file via a non ServiceNow URL that will be different every single time it's used.   I then need to parse that XML file to populate fields on a new Incident ticket.I'm pretty sure I can manage the parsing bit, bu...

cdgaefke by Kilo Expert
  • 3042 Views
  • 1 replies
  • 1 helpfuls

Approval Rejection Notification

A while ago, I requested assistance in this thread:Change Request Rejected CommentsAnd was able to successfully get the notification to work. What has been happening, however, is the notification will get send back to the requester stating the change...

Community Alums by Community Alums  
  • 5255 Views
  • 14 replies
  • 0 helpfuls

Multiple Catalog Items

I've created a Catalog Item that allows users to request a product be added to a catalogue. The form has 11 fields on; the Requester and then 10 fields relating to the product. I want users to be able to add multiple products in one go. I see it work...

Advancing Workflow Activities and timer from script

HI,I have a worklfow and need to manipulate the workflow from a business rule. The requirement here is follows- I have a workflow which waits on timer for a certain time interval - Based on certain condition, i need to complete that timer before the ...

agulati by Kilo Expert
  • 3090 Views
  • 4 replies
  • 2 helpfuls

Resolved! Ordering options in a Select Box Variable

I've used this client script to populate a Select Box Variable because I need dependent values. However, the select box seems to list the options in a random order. How do I get the order to follow the sequence of the field it references? They are or...

helios_functions.png

Resolved! Query to find max date

I am trying to find the most recent date in a function query in an attempt to add 7 days and reassign it to the original field.Here is the UI Action that I have tried, but it still only takes the current date and adds 7 days.   Not sure why, at least...