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

Forum Posts

Resolved! Send RESTMessageV2 through a MID Server Cluster

Hello, I know it's possible to do something such as var request = new sn_ws.RESTMessageV2(); request.setEndpoint('https://google.com'); request.setHttpMethod('get'); request.setMIDServer('MID SERVER NAME'); var response = request.execute(); gs.info(r...

Resolved! UI Action works for Admin but not ITIL user

Hi All,One of my colleagues has added a new UI Action 'Reset Change Workflow' to our change Request form.   This is meant to allow users to reset the change back to draft at any stage of the workflow, and it will cancel all the approvals, and reset t...

find_real_file.png find_real_file.png
Sam Ogden by Tera Guru
  • 2945 Views
  • 6 replies
  • 4 helpfuls

Resolved! Bypass SSO in different Service Portal

Hi all,I have a requirement to create a new portal in my instance, with a page to access a particular type of ticket. I created a new portal, I created the proper pages, and I set them all as public, and I did the same with the widgets. I thought tha...

guiguille by Giga Expert
  • 2420 Views
  • 11 replies
  • 2 helpfuls

Resolved! Which table has Automated Test Framework Step Data? Cloning Down

Hi Everyone,  So we recently implemented Automated Test Framework in our Dev and Test environment. I built out all the tests in Dev and used an Update Set to push it to Test environment, For some reason, the Tests, Steps and the Suites got copied dow...

find_real_file.png
Waleed2 by Kilo Contributor
  • 2354 Views
  • 13 replies
  • 5 helpfuls

TableUtils not working in script include

I have included TableUtils in script include (not working)..however it worked when  I ran in background script var tu = new global.TableUtils(sysClass); var classHierarchy = tu.getTables().toArray(); ciClassH=classHierarchy.join(':'); var ciParentT...

How to copy a single attachment?

I'm trying to copy a single attachment. Why is my code not working?//Create copy of attachmentvar gsa = new GlideSysAttachment();var fileName = attachment.getValue('file_name');var contentType = attachment.getValue('content_type');var content = gsa.g...

work flow vs business rule

Hello All, Can any one tell me , can we achieve all scenarios using Business rule that we achieve with workflow. when can we use workflow and Business rule.

sunil29 by Tera Contributor
  • 1909 Views
  • 1 replies
  • 2 helpfuls

Resolved! How to add more than 2 variables in a catalog item form?

Hi ServiceNow Community Developers, Do you know if there is a way to put 3 variables per row in a catalog item form? For instance when you define variables to add to a form you can have a container start where you specify "2 columns wide" on the layo...

johannes5 by Giga Expert
  • 3828 Views
  • 5 replies
  • 1 helpfuls