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

Forum Posts

Calling script include from "scripts - background"

I am trying to test a script include by calling it from Scripts - Background but it is apparently not working for me. I am not sure what it wrong. I have inserted a log call into the top of the script include which should execute as soon as the funct...

Peter Farr by Giga Contributor
  • 5140 Views
  • 2 replies
  • 3 helpfuls

Resolved! Passing data between items in an order guide

We have an order guide to add a new customer and/or a new project. If the user wants to add a new customer and a new project with the same request, it presents 2 items. The customer address is collected in the first item (New Customer) and the projec...

Resolved! \$("sysparm_guide") doesn't work in Service Portal

I have a Catalog Client Script that acts on the form only when the item is being filled out in a specific Order Guide. However, we are trying to get everything to work in the Service Portal in Helsinki, but it seems that the $("sysparm_guide") in the...

scwillson by Mega Guru
  • 3225 Views
  • 9 replies
  • 1 helpfuls

Resolved! Form changes not getting saved

Version: Kingston I have added a couple of fields to fm_expense_line table and using a client script I update the value of one of the fields but the value updated by the script does not get saved to the db even though it shows on the form. Details: A...

Jack8 by Giga Contributor
  • 3419 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to get the ID of an Annotation in form?

Hi All,I want to create an blue box Annotation and make it hide and re-appear through onChange() client script when the user change the state of the request. I know the coding for Client script except the Annotation ID. Please help me in finding Anno...

asfaque by Tera Contributor
  • 4761 Views
  • 4 replies
  • 4 helpfuls

Resolved! How to hide/display the annotations on the form

I have been trying to accomplish the following:  On a field name u_typeofrequestoptionsDisplay an Annotation field depending on the field value.If the field says "other" it will show the annotation field anno1if the field says "faq" it will display a...

nysbigdave by Kilo Expert
  • 12227 Views
  • 4 replies
  • 1 helpfuls

Executing powershell command on mid server

I was earlier using following logic to create an entry in ecc queue to execute a powershell command(I've removed the before and after codes and pasted only main logic): var payload = '<parameters>' + '<parameter name="probe_name" value="Windows - Pow...