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

Forum Posts

server.update() vs server.get()

Hi,I like to understand the best practice on when to use server.update() vs server.get().From the sample widgets from Helsinki,customer registration -   used server.update() Hello World3(it has REST calls)   - used server.get().What is the difference...

tkrishna29 by Giga Guru
  • 9987 Views
  • 2 replies
  • 7 helpfuls

Debugging web services in ServiceNow

During development of integrations, it is frustrating to see your web service request is failing for reasons unknown. You would like to see what is going under wraps to get better idea of whats going on. ServiceNow provides different flavors of web s...

venkata_koya by ServiceNow Employee
  • 5942 Views
  • 14 replies
  • 2 helpfuls

Resolved! Close task UI Action

Actually the close task button on mu change task form   , does not close the task   , the requirement is when the state is closed complete and before closing the task form , the close notes field should be mandatory--> ( which is working) but the par...

sonita by Giga Guru
  • 4429 Views
  • 7 replies
  • 1 helpfuls

Resolved! How to Parse Document ID Field?

Hello world!We have a document ID type field named "Trigger ID". This field is auto populated by the system which concatenates the related table and number. I need to find a way to parse out only the number (highlighted in yellow) so i can use to cop...

find_real_file.png

Pass current sys_id in URL parameter

Hello,I have a requirement which says that when user clicks on hyperlink on field label on FORM A, it should open FORM B and copy current sysid to reference field on FORM B.I configured field label and mentioned URL in sys_documentation table for tab...

Resolved! Form Widget not working

I am trying to get the form widget to work, but it keeps showing Record Not Found.   When i pull in the Form Widget, I click on the hamburger icon and Open in Platform.   In there, I set the URL/HREF to the form that we want:https://dev26822.service-...

yundlu316 by Kilo Guru
  • 3897 Views
  • 6 replies
  • 13 helpfuls

Resolved! maximum number of catalog items allowed in Order Guide

Hi Experts,We have a requirement to add catalog items to order guide based on a flag in the catalog items.This might pull in many number of catalog Items in order Guide on Choose Options page.Can you please let me know if there is any limit on adding...

SHA3 by Giga Expert
  • 2327 Views
  • 3 replies
  • 6 helpfuls

How to test third party application connectivity?

Hi,I want to provide user to test the connectivity of and third party application.It is like the credential store we used to store and there is one link to test the credential.I want to implement something similar for some third party application.The...

vimal11592 by Tera Expert
  • 2042 Views
  • 1 replies
  • 0 helpfuls

Attach a file using rest api

Hi I am trying to attach a file to service now request. I followed below method to attach the file Method   : https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/integrate/inbound_rest/reference/r_AttachmentAPI-POST.html URL :   https...

sanjeev22 by Kilo Explorer
  • 5614 Views
  • 5 replies
  • 0 helpfuls

What is logout.do?

I'd like to take a look at the actions that logout.do actually performs. I believe it's setting a few session properties that I'd like to check into.Can anyone tell me what logout.do actually IS? Is it a script that is editable?