The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! Servicenow Integration

Hi Experts,Could you give me some example of servicenow integration,so i can tested on my personal instance.

Rajveer by Tera Expert
  • 1426 Views
  • 5 replies
  • 5 helpfuls

Conflict tab can detect incident attached to a CI?

Hi All, If somebody submits a change request  and checks for conflicts.  Can the Conflict check also see if the CI is attached to an Incident in a Open State? anyone have any opinions or answer???

Aryan by Tera Contributor
  • 194 Views
  • 1 replies
  • 1 helpfuls

Resolved! User Criteria for AMER region

Hi, this is my script(function() { var userId = gs.getUserID(); var gr = new GlideRecord('sys_user'); gr.addQuery('sys_id', userId); gr.query(); if (gr.next()) { if (gr.u_region == 'AMER') { ...

blank space below footer

Hello,  I have a footer. I have put it on theme's footer field  So my problem is that in portal, when the page is full of widgets, lists etc , footer is at the bottom and its okay, but when the page is almost empty , footer has a blank white space.(p...

VasilisAnastas_1-1679320446243.png VasilisAnastas_0-1679320378687.png

Metric definition to calculate business duration on cases

Hiwe have a requirement to create a metric to calculate the business duration of the case when created until resolved.Business duration is  related to SLAsBut we do not have SLAs on cases.So if I create metric definition to calculate business duratio...

Kanika4 by Tera Contributor
  • 410 Views
  • 1 replies
  • 0 helpfuls

Resolved! Scheduled job is not working for HR Profile

Hi,I have created a new field in the Hr profile which will stores the employee work experience based on employee start date. This needs to be achieved through schedule job. I have also scripted the code to implement this. But it is not working in HR ...

Priya14 by Tera Contributor
  • 794 Views
  • 6 replies
  • 1 helpfuls

Resolved! CustomEvent.fireAll event equivalent in Agent Workspace

I am working on implementing an openframe integration and encountered an error when I tried triggering a CustomEvent on the agent workspace UI action. The code will basically be used to trigger an action on the openframe window based on the parameter...

JacquesGapatan_0-1679644945173.png JacquesGapatan_1-1679645004908.png
Jacques G by Tera Expert
  • 776 Views
  • 3 replies
  • 1 helpfuls