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

Forum Posts

Resolved! Microsoft Exchange Integration – PowerShell vs REST API

Hi Community,I’m currently working on a Microsoft Exchange integration, where I’m creating a custom action/spoke to remove calendar events. I had a few questions regarding the OOTB (out-of-the-box) approach: Why does the OOTB Exchange integration use...

sndevastik by Tera Contributor
  • 1518 Views
  • 1 replies
  • 1 helpfuls

3 Strike rule on Incident form automation

Hi Team , can anyone please help me on this requriemnet . In Incident Module, 3 strike rule automation needs to be implemented.If User is not responding for continuously for 3 follow-ups, Incident needs to move into resolved state automatically. Excl...

nameisnani by Mega Sage
  • 1540 Views
  • 10 replies
  • 4 helpfuls

Implement same filters as configure > Security rules

I would like to implement the same filters under configure > Security rules . using UI Action. This means if I click UI action  on AIX table , it should show ACLs with filters as it displays if someone clicks configure > security rules on AIX table.i...

Kumar38 by Kilo Sage
  • 966 Views
  • 3 replies
  • 0 helpfuls

💥 Introducing The 1% Challenge by nowGurukul! 💥

   ServiceNow Community - I have learnt one thing in last 9 years of my IT Career - It's now about how much hard work you do !! It's all about doing the right hard work Do you wish to join hands with me in walking daily on the right learning path ? ...

Screenshot 2025-08-17 172459.png

Resolved! UI Builder in PDI

Hi all,I'm having a play around with UI Builder in my PDI (Tokyo). I'm finding that the builder and then my whole instance just freeze up whenever I get a few clicks into doing something. For instance, I've added a button component to a page, and the...

Jamsta1912 by Tera Guru
  • 1231 Views
  • 3 replies
  • 0 helpfuls

Flow is not working

I have to trigger a notification when assigned to is empty for few assignment groups ,i am using flow to archive this, but even after giving the condition as assigned to is empty ,it's still sending the notification even when there is no tickets .Hav...

Ui action

function onResolve() {    var ga = new GlideAjax('ProblemResolveUtils');    ga.addParam('sysparm_name', 'check');    ga.addParam('sysparm_problem_id', g_form.getUniqueValue());     ga.getXMLAnswer(function(response) {        alert('Received answer: '...

vikaskv by Tera Contributor
  • 579 Views
  • 1 replies
  • 0 helpfuls

Reference Qualifier not working

Hello Community, I had writing a advanced reference qualifier for the assigned_to field on the incident table such that whenever the user selects a specific assignment_group, assigned_to field should only list active users for that I wrote a advanced...

image.png image.png