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

AI Search auto-suggestions

I configured AI Search custom application, enabled AI Search for custom portal, able to get AI Search results. But unable to get auto-suggestions. Can anyone please help me with this? Thanks in advance!

Eswar13 by Tera Contributor
  • 515 Views
  • 3 replies
  • 0 helpfuls

Breadcrumb widget logic

Can anyone please explain me the breadcrumb widget logic? I want to customize it for my custom pages.  Thanks in advance!

Eswar13 by Tera Contributor
  • 485 Views
  • 2 replies
  • 0 helpfuls

workspace client script

we have a ui action "Add approver" which will give option to select 1 user from user table and add that user as approver for HRSD record in "sysapproval_approver" table. But this is not working in agent workspace script. Any one please let me know ho...

Zafar4 by Tera Contributor
  • 548 Views
  • 4 replies
  • 0 helpfuls

How to script name value pair in Flow Designer?

I need some help getting a value from a name/value pair variable in a Look Up Record action in Flow Designer. My flow is triggered from an inbound email, which is used to submit a catalog item. Since you can't parse the body of an email in flows I us...

gjz_0-1683233364310.png gjz_1-1683233475769.png gjz_2-1683233568601.png gjz_3-1683233647121.png
gjz by Mega Sage
  • 1639 Views
  • 3 replies
  • 0 helpfuls

SSCM Integration with Service Now VR Module

Dear Developers, Can anyone please let me know if any OOB plug in is available for SCCM integration with ServiceNow VR module.Any reference documentation links or examples will also help. Thanks & Regards

sam352120 by Kilo Guru
  • 928 Views
  • 4 replies
  • 3 helpfuls

How to calculate the percentage by script of two queries

Hi guys,  I would like to calculate by script the percentage in two different queries that came from the same glide aggregate, so I want to calculate the count of my incident that is category = bussiness and divided by the total incident. Below follo...

MR Carvalho by Tera Contributor
  • 1030 Views
  • 3 replies
  • 0 helpfuls

Resolved! ReferenceError: GlideDateTime is not defined function

I get the following error on running this code:var start = new GlideDateTime("2011-01-01 12:00:00");var end = new GlideDateTime(start);alert(end);error:ReferenceError: GlideDateTime is not defined functionAny Ideas?

dipesh1 by Kilo Contributor
  • 5640 Views
  • 6 replies
  • 4 helpfuls

Resolved! OnChange Client Script not working

We have a OnChange client script on the Incident table that sets the Additional comments mandatory when the Incident is in state Cancelled. This script should prevent canceling the incident if the additional comments are empty. It was working before ...

Resolved! Table API - restrict to Read only

Hi Everyone, Wondering if anyone has any suggestions on methods to restrict specific methods on specific APIs.   For example, we would like to provide Read access on all table APIs, but restrict write access to just the import set APIs (and others la...