Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Attachment API - Retrieve Attachment Content

The Attachment API - Retrieve Attachment Content method returns the attachment content as a binary representation in a text field (the response body). I was hoping to save the response body as the attachment itself rather than using the Retrieve Meta...

lookman by Kilo Expert
  • 5732 Views
  • 4 replies
  • 0 helpfuls

redirect ITIL to default view

How can I restrict ITIL users so they are automatically redirected to default view if they click on a link in ess view for Incidents.  I understand the view rules might be the way to go but need assistance on the correct script to accomplish this.  

Resolved! How to get a URL link of the record list in ServiceNow?

Hi , i'm able to get the URL of user in following way in background script ====================================== var gr = new GlideRecord('sys_user');gr.get(gs.getUserID());   var url = gs.getProperty('glide.servlet.uri') + gr.getLink(false);gs.info...

Community Alums by Community Alums  
  • 11132 Views
  • 12 replies
  • 4 helpfuls

calling workflow from flowdesigner

Hello Everyone,Can we call a workflow which is running on sc_req_item table from flow designer?If so could you please help me with the process.Currently I am not able see workflows in workflow list while calling from flow designer.Thanks in advance,S...

sayan3 by Tera Contributor
  • 315 Views
  • 3 replies
  • 0 helpfuls

Integration

Need to raise a request through postman ... Need to create a catalog request from post man Giving data from post man like client name , company id ... and request should be submitted and RITM record should be created In response the postman should gi...