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

Forum Posts

GlideAggregate on Remote Table

I've created a remote table that queries an external data source, and I want a count of the records that satisfy a specific query.  This script returns null:var sections = new GlideAggregate('x_uob15_canvas_adm_st_course_section'); sections.addQuery(...

Colleen by Tera Expert
  • 212 Views
  • 2 replies
  • 0 helpfuls

Making Admin role read only, not the whole instance

Hello, I am trying to provide admin-read-only access to some users in test instance. here's what I tried:-1. Create a Group called "ADMIN-Read Only".2. Add the role "sn_read_only" role to the group.3. Adding the user to the group. But it made the who...

stable_yogi by Giga Contributor
  • 880 Views
  • 3 replies
  • 1 helpfuls

Jira Spoke integration Challenges

Hello All,I have configured the bidirectional Jira-Servicnow Integration using Jira spoke which is working but I'm facing some challenges while configuring and they are.. 1. When I'm commenting from Jira side at the ServicneNow side it's showing comm...

shrikantKahar1_0-1757057251931.png

State is not getting changed

Hi All,There is a BR which check the condition if the assignment group is not empty and assigned to is empty the state should be assigned it is working fine in the workspace, but if record is created via record producer the state is not changing afte...

image.png
Devansh1 by Tera Contributor
  • 484 Views
  • 6 replies
  • 0 helpfuls

Need to make MVRS readonly based on variable selection

I have a variable named Purchase type which has like 4 values and when i select one value which is Refinery Request, then a bunch of variables which are declared under variable set MRVS, like Quantity, Asset number. They all should be made read only ...

Abdul by Tera Contributor
  • 543 Views
  • 7 replies
  • 0 helpfuls

Hide costum tabs on ui builder - workspace

Hi, I'm tring to hide 3 tabs that I've created on workspace (SIR module) and I can't do it even with a client script on the ui builder. This is my code:/*** @Param {params} params* @Param {api} params.api* @Param {any} params.event* @Param {any} para...