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

Forum Posts

Please explain setStringParameterNoEscape() with example.

An AFTER business rule is written to send SMS through REST API as written below.function triggerSMS(){   var r = new RESTMessage('SMS', 'get');   r.setStringParameter('mnumber',current.u_recipient_number);     r.setStringParameter('message', current....

msg.png
smruti by Kilo Contributor
  • 7556 Views
  • 2 replies
  • 0 helpfuls

Resolved! Question about Automated Test Framework best practices

I am new to use ATF and I am using that to test the story with scrum tasks form functionality to make sure the form opened and closed successfully. I came to find that there are two way to test it, one is to use ATF to run query record in background ...

bbf3562 by Kilo Guru
  • 5478 Views
  • 4 replies
  • 2 helpfuls

Resolved! Advanced workflow user approval

I am trying to create a user approval task using an advanced script and it is generating system errors. The user I am trying to set as the approver is the group manager. The group is set based on a lookup select box variable on a SC requested item fo...

rbertram by Kilo Expert
  • 7944 Views
  • 11 replies
  • 8 helpfuls

Resolved! how to increase the length of a field?

Hi Developers, As per my knowledge , DESCRIPTION filed is taking 255 characters , if i want to enter about 600 characters then it will not take. So what should i do to increase the length of description field.  Shall i take it as a multiline text or ...

UI Page into Widget

Hi All,   We have a UI Page that displays depending on the choice of a variable on a Service Request. The Page displays a Knowledge Article. Below is the code- HTML PART <?xml version="1.0" encoding="utf-8" ?> <j:jelly trim="false" xmlns:j="jelly:cor...

Anurag28 by Kilo Contributor
  • 3690 Views
  • 10 replies
  • 1 helpfuls

Resolved! Convert SysId Of List Collector to Display Value

Hi All,I have record producer with a variable List Collector referring to cmdb_ci table and mapped to text field (short description on Incident table ) so when I submit this form it displays sysid's of below selected CI's in Short Description field a...

find_real_file.png find_real_file.png
Pintu2 by Tera Expert
  • 11658 Views
  • 6 replies
  • 9 helpfuls

Resolved! Write ATF test for Script Include

Hi, I'm trying to write a run server script test for my script include below var EmailValid = Class.create(); EmailValid.prototype = Object.extendsObject(global.AbstractAjaxProcessor, { isEmailValid: function(email){ var getEmail = this.getParame...

escanor by Giga Contributor
  • 5528 Views
  • 11 replies
  • 8 helpfuls

Resolved! How to allow non admin users see the NEW button in list control?

I have added Reminders to the list control on incident form. The problem is that , the NEW button is only shown to admin people. self service users cannot see the new button when creating the incident. actually they should be able to creating a remin...

find_real_file.png
sonita by Giga Guru
  • 3480 Views
  • 9 replies
  • 1 helpfuls

Resolved! Displaying REST API message response in html

I am new to developing custom widgets and have found some sample code to capture the REST API message response into a variable (responseBody).  See the below server script: (function() {   /* populate the 'data' object */   /* e.g., data.table = $sp....

Text Index Event Process (Never end)

Hello Everyone!I'm having some problems with the text index. I activated the text index on a table that I have created, but the Text Index Event Process never ends. It has been there for one day and still in state Ready.What can I do? It's normal to ...

Resolved! Display text/links at the bottom of a Catalog Item form

I'm creating a catalog item, and at the bottom of the form I would like to display a line of text with a hyperlink on the end.  What would be the best way to go about doing this? I've seen various forum posts suggesting to use a client script, annota...

find_real_file.png
westonr by Tera Contributor
  • 2893 Views
  • 5 replies
  • 2 helpfuls