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

Forum Posts

Resolved! Questions on client scripts

Hello,Please provide the answers of below questions. 1.Syntax for call back function,how will pass parameters?2.Implication of Glide Aggregate API.3.If we create a on load client script and before Business rule on load,which one will run first,and wh...

Shaik22 by Tera Expert
  • 7514 Views
  • 1 replies
  • 10 helpfuls

Questions on update sets

Hello, 1.what are the limitations of update sets?2.Update set best practices?3.Ways to move update set from one instance to another .Which one is good to follow?4.How to mange the unwanted changes captured in update set?I searched in documentation an...

Shaik22 by Tera Expert
  • 1813 Views
  • 2 replies
  • 0 helpfuls

Resolved! SLA Best Practice

Hey All, I am begining to setup SLAs for a group of support teams (60+) that have never used any form of service level management in the past. My understanding of SLAs is to focus on the customer perspective. Response and Resolution times should stay...

Keith Ciupak by Tera Contributor
  • 41179 Views
  • 5 replies
  • 11 helpfuls

Resolved! GlideAjax call to server side.

Hi,  GlideAjax call to server side. When we use client script to call server script then we use line 1 ga.getXML(callBackFunction); line 2 function callBackFunction(response) { line 3 var answer = response.resonseXML.documentElement.getAttribute(answ...