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

Forum Posts

Ui action

function onResolve() {    var ga = new GlideAjax('ProblemResolveUtils');    ga.addParam('sysparm_name', 'check');    ga.addParam('sysparm_problem_id', g_form.getUniqueValue());     ga.getXMLAnswer(function(response) {        alert('Received answer: '...

vikaskv by Tera Contributor
  • 644 Views
  • 1 replies
  • 0 helpfuls

Reference Qualifier not working

Hello Community, I had writing a advanced reference qualifier for the assigned_to field on the incident table such that whenever the user selects a specific assignment_group, assigned_to field should only list active users for that I wrote a advanced...

image.png image.png

Resolved! Record producer

What is used to provide instructions to fill description in record produceris it annotations or help link ?

Pranai by Tera Expert
  • 2458 Views
  • 3 replies
  • 3 helpfuls

transform map dilema

Hi all,i trust this email finds you well. here is what i need. I do have a custom table call 'cust_table', that contains 3 fields. 'ID', 'name', 'active'.i would like to update table via import set as follows.- when there is a match name will update-...

El Cuchi by Tera Guru
  • 1835 Views
  • 7 replies
  • 0 helpfuls

Need help in create AD Object in Flow Designer

I was trying to add AccountExpirationDate to the AD Object in the Flow Designer. I'm trying to add date and time field to the existing Object details, but getting error in the flow as Invalid Type or unsupported attribute found in Object Data. If I r...

Admin7267_0-1755237382564.png
Admin7267 by Kilo Sage
  • 1446 Views
  • 3 replies
  • 0 helpfuls

Function Field Datedif()

Appologies if this is a silly question. I'm new.I am trying to derive "days" lapsed between approval set and closed on the change table.Using:     glidefunction:datediff(closed_at,approval_set) the result is 1,970     glidefunction:datediff(approval_...

kengeeoh by Tera Contributor
  • 1379 Views
  • 3 replies
  • 4 helpfuls

Resolved! Duo Authentication Header

Hi all like numerous others I am trying to setup some automation directly from ServiceNow to our duo client. However I am unable to get authorized.https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1641630https://duo.com/docs/admi...