Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

Resolved! Virtual Agent multiple queues

I have two service portals on my PDI. I created two virtual agent configurations, two greeting configurations based on portal name. Even though these greeting switching rules work as expected, both chats still write to the same queue! Service Portal ...

Resolved! Using sysparm_query with Incident table

Hi all,  Can I please get some starter advice on using the query parameter sysparm_query on the Incident table.  Is it possible to get a date range based upon the sys_created_on field? So for example I would like to get just elements that match sys_c...

thedavegray_0-1674573350666.png
thedavegray by Giga Expert
  • 11099 Views
  • 10 replies
  • 8 helpfuls

Registration stage in terabox app

So you need to download the app to your iOS or Android device, then click on the terabox icon. After launching, you will have to log in using various methods, whether it’s a Google account or a phone number. Then, at first glance, everything is quite...

Set dynamic subject for email client template

Hello all,I'm trying to create an email client template on the Incident Communication Task table. However, the subject of the template requires me to use field values from the related incident to populate. Here's what I have attempted:- Use the ${fie...

I have one question on alm_asset Table

Hi there,  I have one requirement, in that i need to add CPU Type and Memory fields on alm_asset Table List Viewhow can i add these field on list i have tried by list layout but i not able to see those fields. Thanks, 

What is the limit for results on REST Table API?

The default for Table API results per page is 10,000 (sysparm_limit). Is there any way to change this default number to something else? Also, is there any way to set a limit for a specific table within ServiceNow with Table API?Finally, it seems like...

Mike278 by Kilo Explorer
  • 21763 Views
  • 3 replies
  • 6 helpfuls

Need to pass the Dynamic UserId as Input in terms of string

Hello @Ankur Bawiskar / @Brad Bowman  This is regarding the execution of one of the ACTION in flow designer. I am executing the flow action using Onchange client scriptI am successfully able to execute the action via catalog client script but receivi...

Rahul84_0-1674747068886.png
Rahul84 by Tera Contributor
  • 1512 Views
  • 5 replies
  • 0 helpfuls

Resolved! Best practice of using addEncodedQuery

Hi Team,I'm using the below addEncodedQuery but am facing syntax error .Am trying to fetch in wrong way ?Please guide me   var test='99894226';var test1='TESTING';var fieldMappingRef = new GlideRecord('asset');fieldMappingRef.addEncodedQuery(asset_ta...

String by Kilo Sage
  • 2071 Views
  • 3 replies
  • 3 helpfuls

Resolved! Mail script to display a link

Hello , we have a requirement in a notification, we need to provide the link to portal ( this need to be done via mail script , as there are multiple notifications )  The notification is in scoped application , Mail script is also in scoped applicati...

RudhraKAM by Tera Guru
  • 3776 Views
  • 5 replies
  • 4 helpfuls

Resolved! write() function of GlideSysAttachment() not working

I have written below script as a Scripted REST resouce in Global scope. However, the write function doesnt workvar queryParamsVar = request.queryParams;var attachment = new GlideSysAttachment();var correlationId = queryParamsVar.CorrelationId[0];var ...