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

Forum Posts

Resolved! Setting field values from email with special characters

I am trying to setup an inbound email action that set field values based on the email body text according to this SN article: Setting field values from the email body How would I be able to read body text that use special characters? One example is t...

Additional comments field on approval form: SP

Hello everyoneI have an Issue related to Additional comments field on Approval form, Service Portal. As per our design end users are redirected to Service Portal. End users/approvers can view the approval record and can accept/reject it directly from...

find_real_file.png find_real_file.png
Nitin_NOW by Tera Guru
  • 6918 Views
  • 15 replies
  • 0 helpfuls

Serviceportal - Get parameter value from URL

How can i get the URL and verify the value of a parameter value in a ACL script.. i have tried     var val = $sp.getParameter("view");  also GlideTransaction.get()  but both doesn't seem to work...

vai by Kilo Contributor
  • 4884 Views
  • 7 replies
  • 3 helpfuls

PDF Page Header Footer Templates

Hi everyoneWhen exporting form data to pdf via the additional actions UI on a form (export->pdf) the 'Default' header is always automatically used. I have defined 3 additional pdf page header footer templates.Is there any way to select one of these f...

Resolved! Elevate to privileged role via script.

Is it possible to elevate to a privileged role via script? I have a scheduled job that I would like to take an action that is currently only available to a user with a privileged role (security_admin).   Even if I set the scheduled job to run as a us...

Jeff Pascoe by Tera Expert
  • 5872 Views
  • 2 replies
  • 14 helpfuls

Reference fields, lookup not working

Hi. Didn't change a thing, it was working as intended. The field on the form that references the sys_user table stopped working. I click on the magnifying glass and it doesnt open the user list. The only thing I did was to create a Wizard. I have no ...

SC4 by Tera Expert
  • 3510 Views
  • 11 replies
  • 2 helpfuls

Resolved! Get reference field value

I am trying to compare to see if the opened by and assigned to fields are the same in a client script.   I keep getting the sysid of the fields and it doesnt seem like the comparison is correct.   HOw can I compare these two values? var open = g_form...

Resolved! Integer validation

Hi, I want to add a simple validation to a custom integer field.  I can see how the validation scripts work, and that there is a script to do exactly what I need, however, I cannot see how I can link the validation script to the custom field. The fie...

Daniel Voutt by Tera Contributor
  • 4103 Views
  • 8 replies
  • 2 helpfuls

Resolved! Retrieve nodes with same name in a XML file

<?xml version="1.0" encoding="UTF-8" ?> <test>         <one>                   <two>A</two>                  <three>B</three>        </one>        <one>                  <two>C</two>                  <three>D</three>         </one> </test> Hi Communi...

Is there a way I can add scroll bar in glide window popup

Hi All,I am creating glide window pop up in UI action. This popup will display on click of list button. I have a requirement where records should be groupby 'name' field.But when I use group by, it return all the records in the list instead 5-10 reco...

now_dev by Mega Expert
  • 3359 Views
  • 8 replies
  • 1 helpfuls