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

Forum Posts

Integration fails intermittently in customer instance

Hi All,Good day !! I'm facing in our customer SNOW instance with one of the incident-to-incident integrations with a 3rd party SNOW instance. First, we raise a ticket through portal as per process, and then the incident gets assigned to the assignmen...

Flow Designer issue for List Collector

Hi,I have a scenario where i have two list collector catalog variables, Servers and Applications. Servers is pointing to cmdb_ci_server, while applications pointing to the cmdb_ci_appl tables. Servers selection should autopopulate the Applications. I...

1.png 2.png 3.png

Resolved! Redirect Button to Service Catalog in the SOW

Hi Community, Would like some help with my requirement. The requirement in question, is to redirect the URL of the 'New' Button in the Service Operations Workspace to the Service Catalog.     Things I have tried but hasn't worked:UI Actions, found a ...

ItsLarry_0-1756475073022.png ItsLarry_1-1756475073006.png
ItsLarry by Tera Contributor
  • 1235 Views
  • 9 replies
  • 3 helpfuls

why we cant return object through script include ajax

hey when i share object/array  from ajax script include at that time it cant receive whole object/array at client side , to resolve that i have to first convert object/array in string using JSON.stringify() method and at client side i need to parse t...

adityahubli by Tera Contributor
  • 596 Views
  • 4 replies
  • 0 helpfuls

Edit button missing in Workspace

Hi Team, I have recently worked on enabling related lists for a form in workspace and I don't see EDIT button in it, can anyone suggest me a solution where I can enable EDIT button once for every M2M table (as a standard design which should work for ...

manoharsnow by Tera Contributor
  • 456 Views
  • 2 replies
  • 0 helpfuls

Notification

Hi, I need help with notification. here is how my catalog item works1- manager submit request for his staff to gain access to specific file and for specific period of time.2- Once the access is about to expire (like 10 days prior the due date) we nee...

DanaWood by Tera Contributor
  • 579 Views
  • 5 replies
  • 0 helpfuls

Getting Oauth Token in Scope vs Global

I needed to create an Application Registry to get an Oauth Token from a third-party provider. I defined the application registry and related the Oauth entity profile to a Oauth 2.0 credential. I had all of this defined in a custom spoke - had issues ...

ttakahashi by Tera Contributor
  • 1050 Views
  • 5 replies
  • 1 helpfuls

Servicenow Iframe issues

Hi  I'm trying to load Servicenow as an iframe in a website but im getting an error. Looking at the browser console logs i see this error *** WARNING *** GlideAjax.getXMLWait - synchronous function - processor: SysMessageAjax. The page doesn't seem t...

Resolved! Glide Modal Pop-up on Onload Client Script

have a code in a  client script On loadfunction onLoad() {     var category = g_form.getValue('category');    var qaTestingRes = g_form.getValue('u_qa_testing_result');     if (category == 'Software Applications' && qaTestingRes == 'pass') {         ...