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

Forum Posts

Include Watch list on SC_Task email

Hello, I would like to include users that are added on watchlist to email cc column. I created an email script but I'm not seeing the users in the cc column when i try to send an email.  if(!current.watch_list.nil()){   //get watch list addresses and...

Lorna by Tera Contributor
  • 254 Views
  • 1 replies
  • 0 helpfuls

How to compare array element in GlideRecord?

Hi Team, I am trying to call array element in the GlideRecord,var caseArray = {"arr": [{'number': '0213634',},{'number': '0213536',},{'number': '0213512',},{'number': '0460810',},{'number': '0203475',},{'number': '0203467'}]};var jsonObject = global....

sasi by Tera Contributor
  • 424 Views
  • 3 replies
  • 0 helpfuls

Hiow to stop workflow execution for an Item

Hello All,We are generating a request through a script using the cart API and simultaneously inserting an approval record for the same request and we are auto-approving these requests via business rules (BR), so once request is Approved RITM's Workfl...

Michael51 by Tera Guru
  • 897 Views
  • 5 replies
  • 0 helpfuls

How can we hide/dsiable to edit breadcrumbs of module's filter

Hi team, I have created a new module to view knowledge article with some condition. I want to hind or set readonly this filter condition, so that nobody can change that filter to view other records, I can not use list Control as it is applicable for ...

chandan15_0-1696335029566.png
chandan15 by Tera Contributor
  • 411 Views
  • 4 replies
  • 0 helpfuls

Resolved! SP link icon name change

I would like to know the scope of influence when the name of the link icon in the service portal is changed. (yellow part of the image)Please let us know if you know the standard range, as it may vary depending on the configuration.

S Fujita by Tera Contributor
  • 367 Views
  • 2 replies
  • 1 helpfuls

API For sending attachment

Hi, I've shared the scripted REST API with the customer to create a ticket in our ServiceNow instance. Now, they're also inquiring about uploading attachments. Do we need to provide a separate API for updating attachments, or can this be done using t...