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

Forum Posts

Resolved! Calling Script Includes variables from other function

How can Script Includes variables be called by other functions? I have a Script Includes with several functions. Many of the data sources share a similar data source. Many of the functions generate some of the same variables. To avoid duplicating the...

MGanon by Tera Guru
  • 7255 Views
  • 12 replies
  • 3 helpfuls

Data certification on group members

Hi All, I would like to implement data certifications on sys_user_grmember table for the group manager to certify if the group member is still active or should be removed from the group.  At the moment when I select the check box next to the user, th...

find_real_file.png find_real_file.png find_real_file.png
LK11 by Mega Expert
  • 3388 Views
  • 6 replies
  • 2 helpfuls

Resolved! Field attributes on UI Page

I created a UI Page that asks two CIs. In a regular record I would give them the attributesref_auto_completer=AJAXReferenceChoicetree_picker=trueNow, I want to do the same on a UI Page. I have looked a bit for this, and cannot get any further than tw...

Resolved! How to set Company in sys_user with background script

Hi,   i try this script : var gr = new GlideRecord('sys_user'); var count = 0; gr.addQuery('company', '=', ''); gr.query(); while(gr.next()) { gr.setWorkflow(false); gr.company= 'CD68 - Département du Haut-Rhin'; gr.update(); ...

ckjbeos by Mega Expert
  • 1940 Views
  • 6 replies
  • 1 helpfuls

Resolved! If a ticket is on hold for some reason and user responds on e-mail, ticket status changes from “On hold” to “In Progress”. How to restrict this?

Hi Developers, If a ticket is on hold for some reason and user responds on e-mail, ticket status changes from “On hold” to “In Progress”. Where this functioanlities has been mentioned in Service Request or incident? And i want to restrict this and wa...

Resolved! How to Multiply currency field with integer value?

Hi, I have three fields Location (u_location)Ex-showroom Price(u_price_over_location)Added GST(u_added_gst) I have written onChange Client script, location is the field I have selected as onChange Field. Based on the location, "added GST" field shoul...

Resolved! Lookup Select Box not obeying ORDERBY in Reference Qual

Hi, I have a Catalog Item with a couple of Variables on it, which the second needs to be related to the first. This is working but I cannot get the Order clause to work on the second. Both variables are referencing the same table. Table: Custom table...

Resolved! How do I append to the description field in the transform map?

Hi, I am stuck on this transform script. I am tasked with appending to the description field in the target table if the source field's value is different. So first I need to check if the description field contains the source field, if not then append...

phantom7 by Giga Expert
  • 1661 Views
  • 3 replies
  • 1 helpfuls

( Date field) Converting Seconds into days

Hi All, I Have  one date field named as date1 and i need to differentiate this date1 field with current date. var diff= gs.diff(date1.getDisplayValue(),gs.now().getDisplayValue(),true) ---- Now i need to convert these seconds into days. var days=pars...

aahitha2 by Mega Expert
  • 2936 Views
  • 2 replies
  • 1 helpfuls

PROBLEM: Integration w/ SOAP Message and Certificates

Hello everyone! Our team is working on a project based on a integration through SOAP Messages and also a certificate for the communication is needed. Just to be sure, I will write down here every step we have made in the process. All the following pr...

Carlos30 by Tera Contributor
  • 1215 Views
  • 1 replies
  • 1 helpfuls