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

Forum Posts

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
  • 681 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
  • 827 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
  • 474 Views
  • 3 replies
  • 2 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...

Populate Channel field in Cases

Hi,We have a requirement to populate Channel automatically. I could not find any OOB config that populates Self-service as channel type when a case is created from service portal.Can you help with what can be approached for this?Thanks in advance.

MugiKrish by Giga Contributor
  • 745 Views
  • 4 replies
  • 0 helpfuls

Email Notifications (sysevent_email_action)

In the "Who will receive" section when creating a new email notification that triggers off a catalog item. Is there a way to enable "script" for the who will receive. The advanced scripting option is available under "When to send" but not "Who will r...

Resolved! Unable to Call script include in filter condition

PFB Script include var Test = Class.create(); Test.prototype = { initialize: function() { }, ApprovalNotCome : function (){ var arr =[]; var gr = new GlideRecord('sys_user'); gr.addEncodedQuery('roles=approver_user'); gr.query(); while (gr...

GaneshPalve_0-1726756122825.png