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

Forum Posts

Resolved! Query range ACL

I'm using a field called u_business_owner on my stories that was inherited from the rm_feature table. I have an acl that give user in this field read access, as well as write access to story comments. They have access to view the stories and edit the...

brianlan25 by Kilo Patron
  • 17838 Views
  • 7 replies
  • 4 helpfuls

Resolved! Sort on Choice table

I want to sort the Choice table but I dont want have to enter a value on Sequence and then sort by Sequence. Can I use an attribute to sort by label or value?

SLA Schedule with different timezone

Hello Team,'I have a SLA schedule as 0900 - 1700 with timezone as floating timezone. I have a SLA which should be triggered in 0900 - 1700 IST and another SLA which shuuld work no 0900-1700 UK timezone. Let me know if we can achieve this with existin...

Resolved! Onsubmit script is not working with script

Hello Community ! function onSubmit() {    if (g_user.hasRole('sn_customerservice_agent')) {        var ga = new GlideAjax('catalogUtils');        ga.addParam('sysparm_name', 'hasExistingRITM');        ga.addParam('sysparm_account', g_form.getValue('...

is_12 by Tera Contributor
  • 3532 Views
  • 23 replies
  • 1 helpfuls

Scripted REST API Azure Webhook not working

Hi! I am trying to create a script to create incidents in service now based on Azure alerts. This is the script in that I am using in Scripted REST API: (function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) {    try {        // ...