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

Getting error while creating the New Custom Application

Hi All, I created the new New Custom Application using App Engine Studio once all was done when I clicked the "Submit" button I got the below error.I am not sure what is missed to configure i found the below article but i am not sure what is wrong Ap...

Rameshnathan_0-1701331030908.png

Resolved! Pass values from a Widget to a Catalog item variable

Hi, I have built a widget that is essentially just a lookup to a table.  That is working.  Now I have been tasked to add it to a catalog item form as a UI macro. What I need to do is pass the value from the widget to a catalog item variable.  If this...

Dazler by Mega Sage
  • 5807 Views
  • 5 replies
  • 2 helpfuls

Resolved! How to make sp-variable-editor widget read-only

Hello.I created a page with sp-variable-editor widget.However, if I leave the defaults as they are, variables can be edited, so I want to make the widget read-only.Is there a way to achieve that? Regards,Ro

Ro5 by Tera Expert
  • 710 Views
  • 1 replies
  • 0 helpfuls

Resolved! Catalog item sys id

Hi developers, How to get catalog item sysid in runscript of workflow for that item. Any suggestions is appreciated. Thanks!

Integration using Flow designer

HI, I am creating the incident ticket from Instance A to Instance B and I have captured the Instance B incident number in instance A. Now I need to update description from Instance B to Instance A . Please anyone let me know how can I do this using f...

Resolved! onChange catalog client script is executed twice

Hello.I created an onChange catalog client script that, when a variable on a portal form is changed, returns it to its original value if the condition does not apply.However, when I executed it, I found that it was being executed multiple times for s...

Ro5 by Tera Expert
  • 829 Views
  • 2 replies
  • 0 helpfuls

Resolved! Parse json response to create Attachment.

I am getting the below response body from http get method.{"id":"718564","ticket_id":"CYDERES-1083083","file_name":"Test attachment for SNOW test.txt","created_at":"2023-11-28T13:19:03.887-0600","mime_type":"text/plain","bytes_data":"b'This is a test...

Kishor O by Tera Sage
  • 1088 Views
  • 3 replies
  • 1 helpfuls

translating additional comment in workflow

Hi in workflow i have Set Value Activity and while i am cancelling the IRTM via setting value to Cancelled i am also adding an additional comment into IRTM in English. in employe portal or /esc portal that additional comment is visible but when i am ...

Ashwin32 by Tera Contributor
  • 470 Views
  • 1 replies
  • 0 helpfuls

Alternative method for document.getElementsByClassName.

Hi,Can anyone please help with an alternative method for document.getElementsByClassName as DOM manipulation should be avoided in client scriptsBelow is the example code Execute if True: function onCondition() {       var thePostButton = document.get...