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

Forum Posts

Resolved! Question in Background script

Hi  I a m trying to execute the below script and getting NAN for assignment group, plesae advise This Query is to getting the list of incident as per assignment group  var gr= new GlideAggregate('incident');gr.addQuery('active',true);gr.addAggregate(...

Srini19_0-1727111368191.png
Srini19 by Tera Contributor
  • 892 Views
  • 3 replies
  • 1 helpfuls

External AI Search

This is regarding the External AI search, have followed all the steps as mentioned here https://www.servicenow.com/community/intelligence-ml-articles/how-to-bring-external-content-into-ai-search/ta-p/2497286 and were able to successfully get the sear...

How to approve group approvals using atf

How do you approve the group approvals using ATF? I have impersonated one of the group members and queried the record to open in the sysapproval_approver table. Still, the Approve UI action is not visible to approve the request. Is there any other wa...

GBS by Tera Contributor
  • 796 Views
  • 2 replies
  • 0 helpfuls

Access Control for Custom Table and Role

Hello Developer, I am working with ACL for Custom table and Roles.I have created Custom Table naming u_ghd. And also created 3 different users, i.e.. Requestor, Fulfiller, Manager having custom role x_requestor, x_fulfiller, x_manager respectively. N...

Resolved! Reference qualifier to show other field

Is there any way to show description only in reference catalog variable instead of number. I have a field which references to product table and it shows product number +short description. But we need only short decsription to be displayed.

Instance is Not opening

Hii community, Im trying to  complete micro-certification-welcome to servicenow coursewhen i trying to complete Task assigned to me my instance is not opening from 1hour and i tried all possibiltes stills instance not opening..

How to access Global Scope Table from Scoped Application

I am trying to create a Flow Designer in a Scope Application where the trigger point is Record Inserted or updated in a table which is in a scoped application. Now in the action through script I am creating a record in the Global application but when...