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

Forum Posts

Email to case

Hi All, i Need a case to be created in the case table when i send an email to servicenow , once user sends an email example email zxy@example.comthe case should be created in servicenow.could you please suggest how can we achieve  this in service now...

SCTask Attachment Mandtory

Hi Team ,  My Requirement is to make attachment mandatory for SCTASK based Following conditions. Please let me know how to achieve this using the OOB configuration .   It should a ( LAPTOP ) catalog item .Short description contains keywords ( Access ...

nameisnani by Mega Sage
  • 318 Views
  • 4 replies
  • 4 helpfuls

Resolved! Query limit for ADF ServiceNow connector

We are trying to integrate ServiceNow with Azure ADF. When they try to get the data from ServiceNow, the connector is breaking down the query into chunks of 300, because of this the data transfer is taking more time. Is there any possibility increase...

ramanv0109 by Giga Contributor
  • 992 Views
  • 3 replies
  • 1 helpfuls

Delete Demand Tasks

My story requirement is : Implemented successfully if the open demand tasks for the demand are deleted when the demand is resetted to draft, deferred or closed. All related demand tasks should be deleted when the demand state changes to draft, deferr...

Deleted attachment still shows up on catalog

I created a script in workflow to delete image in "Picture" field on catalog item. Script deleted the attachment  .But the image still shows up on the form.   var gr2 = new GlideRecord('sys_attachment'); gr2.addEncodedQuery('table_name=ZZ_YYsc_cat...

Kumar38 by Kilo Sage
  • 285 Views
  • 3 replies
  • 0 helpfuls

Filtering the service catalog task from Excel through REST API

Hi, I am communicating the servicenow Service Catalog Tasks (sc_task) table from Excel VBA 2019 through REST API. Everything works fine except one issue. I want to show only the TASKS is "active" and the state is "Open". On the servicenow webpage it ...

SN_2023 by Tera Contributor
  • 340 Views
  • 1 replies
  • 0 helpfuls

Resolved! Get Value of variable

Hi,I want to get the value of the "Select the software/system" and fill a field in the form of the RITM with this value.

variable value.png