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

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
  • 460 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...

Reference Qualifier not working for non admin

Reference to sys_user table variable on cat item.If user is active or if Deactivation Date is within the last 60 days, user is visible. Expected results:  user is visible in the pulldown if active or if Deactivation Date is within the last 60 days. I...

coodey1 by Mega Guru
  • 520 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to check if values in array are equal

Hello all, I've got an array that I'm building through a GlideRecord query. I want to see if all the values match. For example, here is the array: [a,a,a,a,b] Here is some javascript I found online: var array1 = [a,a,a,a,b]; var check = array1.ever...