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

Articles

A thought (and a cheeky suggestion) on the re-opening of Requested Items

I’ve worked on Service Catalog engagements many times and have been often asked if it’s possible to configure the workflow to allow the re-opening RITMs or tasks after closure, with the possibility of somehow re-starting the workflow for that ticket....

find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 766 Views
  • 2 comments
  • 0 helpfuls

Disturbing trend in this community

I have to speak up about a trend in this community I've noticed over the past year or so. The issue is people posting links to documentation or links to other community posts as answers. Now, this would not be an issue if those links actually provide...

JusCuz by Tera Guru
  • 678 Views
  • 4 comments
  • 9 helpfuls

Testing webservice C#.NET

Testing webservice C#     Login - Really - select from sys_user System.Net.HttpWebRequest request = (System.Net.HttpWebRequest)System.Net.WebRequest.Create(url); request.Method = "Get"; request.KeepAlive = true; request.Proxy.Credentials = System.N...

find_real_file.png image

Business Rule not working

Hi All,I have wriiten a BR as below:When to run: after updateon table: communication(Parent table)Conditions: NA or status is 'Deliverable approval'CODE:var prev_status = previous.u_status;var event_deliverable = current.u_event_type;if(event_deliver...

Top Contributors