Member Feedback forum
ServiceNow Community members please post your feedback here
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Auto-suggest alternate Catalog Items

Hi community,   Maybe this is a simple question: When I create a Case with ServiceNow Support, I get suggestions about Catalog Items that may fit instead of the ticket I'm currently trying to open. Is there a comparable feature available on the Emplo...

Notifications

Hi Community,I have one requirement of a catalog item, having one leave end date variable , and one reference variable that is referencing to manager of the user who is raising the request.The actual requirement is to send the notification to the man...

Scheduled Jobs

our requirement is every day, we need to send reminder once state change to "pending user acceptance" and after three reminders we need to close these tickets automatically on 4th day. So, i have write this code: strikeIncidents();function strikeInci...

Porkodi by Tera Contributor
  • 501 Views
  • 5 replies
  • 0 helpfuls

Resolved! How does table extensions work?

I am trying to understand how servicenow table extension works, but I am stuck on how the data is distributed. at first I thought when I extend another table, and I add a record to the child table that it would create a record in both parent and chil...

juan9 by Giga Guru
  • 1315 Views
  • 3 replies
  • 0 helpfuls

Resolved! Issue with ServicePortal widgets

Hello Everyone, How do I update all the select box options to a value when I click on a button on the widget?HTML <form name="formName"> <div> <br/> <table border="1px solid black"> <tr> <th>Employee Number</th>...