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.

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

Forum Posts

Converting attachment to base64 in form or workflow.

Hi All, In the form i have a attachment field. once i added excel in that attachment field that excel stored in attachment table. how can i convert attachment in base64 format. is it possible to using business rule or workflow.  

find_real_file.png find_real_file.png
rambabu1 by Giga Expert
  • 1565 Views
  • 3 replies
  • 0 helpfuls

CI/CD - Update Sets

we have always used update sets to move changes between instances and I noticed that Integration Hub has a CI/CD spoke but from the documentation, it appears it only applies to moving applications. Can anyone confirm if the CI/CD spoke only works wi...

Resolved! AWA Routing Question

Are work item routing conditions separate from assignment lookup rules?  What determines where tickets are routed to?  I have configured 3 different queues but all tickets seem to go to one queue.  Initially set up each queue's work item routing cond...

find_real_file.png
jaubert by Tera Guru
  • 1027 Views
  • 1 replies
  • 0 helpfuls

Getting Error as "[object HTMLDivElement]" in alert.

while I am trying the below Script , I am getting a Output as below [object HTMLDivElement].   Script: function onSubmit() {    //Type appropriate comment here, and begin script below     var oci_nt_val;    var answer;     var acct_name = g_form.getV...

Resolved! Extracting field from response body gives undefined

Hello, I have an issue regarding extracting field from a response body, which currently is giving me undefined value in background scripts. Here's how the script and response looks; var response = request.execute(); var responseBody = response.getBod...

AdrianHolm by Tera Guru
  • 1108 Views
  • 3 replies
  • 2 helpfuls

Onload Client script is not working in Agent workspace

Hi, We are facing some issues when we are working on multiple tabs in agent workspace. We have a ui action on case table and this ui action redirects us to catalog form so when we are working on two case at same time in agent workspace and if we clic...