The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Escaping special character

Hi, How can I escape a special character in the client controller of the widget?  Basically I want to print something like below; '${' + field_value + '}' But when I do this, its printing ' + field_value + ' //Not printing any field value, just pri...

Khanna Ji by Tera Guru
  • 1099 Views
  • 2 replies
  • 0 helpfuls

Resolved! Checked OAuth tokens in Manage Tokens, but they dont exist anymore

Hello all, I am trying to investigate a production support issue where I need to know the Access Tokens that were generated a week ago, for this I navigated to Manage Tokens Module. I see some Access token in this modules, but I am unable to see the ...

D_8 by Tera Contributor
  • 1766 Views
  • 3 replies
  • 3 helpfuls

Resolved! Scope of GlideRecord.CanDelete();

Hi, I was wondering about (pointlessly?) doing a belt and braces check before deleting a record. From what little I know of table, row & field ACLs, I believe the best place to do a canDelete() check would be inside my record loop as in: var gr = G...

Matt102 by Giga Guru
  • 4259 Views
  • 3 replies
  • 3 helpfuls

How to link two archive rules?

I am trying to archive catalog request record. Along with requests I need to archive request items(RITM) and tasks. I also need to archive catalog variables. For that I need to archive Options [ sc_item_option ] and Variable Ownership [ sc_item_optio...

Darshil1 by Tera Contributor
  • 2563 Views
  • 11 replies
  • 2 helpfuls

$http REST error widget

We are looking to call (from a ServiceNow portal page and an HTML button that calls Javascript) a different server that is not ServiceNow to call an internal 3rd party REST API (another server inside our company firewall) in our env.  We would like t...

saltemus by Kilo Contributor
  • 2176 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to query tags in a form?

Hi, I have to glide Application table and use those records which are marked as critical in tag field, but I am not able to fetch value tag field value. Please help how I can query this field and glide the records. thanks, Gazal Varshney

Sending attachment as Multipart Form Post

We are trying to send attachments from our service-now instance to a third party system. The third party system accepts only multipart form post. I can send attachments to the third party application using postman successfully. But have not been able...

Resolved! How to auto-populate Department and Manager?

Hi, I am attempting to create a variable set that automatically fills in the following information for use on catalog items and record producers. (variable name in parentheses)  User who opened the request (requesting_user) User's department (users_d...

Matt Nolan1 by Kilo Contributor
  • 3275 Views
  • 9 replies
  • 2 helpfuls