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

Forum Posts

Outlook Actionable Messages - Embed survey in notifications

Dear Colleagues, I'm trying to explore Outlook Actionable Messages in my PDI. I've already installed the plugin. Created a custom notification wherein I added the mail script "include_survey_actionable". Upon checking, the survey is not getting attac...

VeeJayRecana1_0-1715070240180.png VeeJayRecana1_1-1715070284390.png VeeJayRecana1_2-1715070468826.png VeeJayRecana1_3-1715070611209.png
Community Alums by Community Alums  
  • 1407 Views
  • 5 replies
  • 0 helpfuls

Resolved! Robust Transformer adding preceding space in output

Hi All: I'm finally attempting to get my hands around converting my Transform Maps over to Robust import Set Transformers...Geez.... I'm at the point (after a lot of trial and error) where my data is getting into the proper tables without duplication...

EricG by Kilo Sage
  • 804 Views
  • 1 replies
  • 0 helpfuls

Robust transform map script is not updating the target field

Hi Experts , SG- SCCM Robust transform map script as given below is not updating the Operating system, on SCCM execution.Can someone please suggest how to fix it ? Can someone please suggest on priority , as this is very urgent.Thank you. 

Neeta1_0-1715348922943.png
Neeta1 by Tera Contributor
  • 1316 Views
  • 3 replies
  • 0 helpfuls

Need help in ServiceNow Report

Hi Team, I need help with ServiceNow Report.We have table with column as below fieldsState (In Progress/Complete/Cancel) , Number of Incident, Number of Change, Number of problemsand we want to display report like below:StateNumber of IncidentNumber ...

AnamN by Tera Contributor
  • 823 Views
  • 6 replies
  • 0 helpfuls

How to get the hyperlink in Onchange Catalog client script?

Hi all, I need to get the hyperlink in Onchange catalog client script in which it should have another catalog item. It is the variable set, So i am not able to use the macro, UI Page. Is there a way can we achieve it in ErrorBox/ showfieldmsg. Thanks...

Suvedha2 by Tera Contributor
  • 953 Views
  • 3 replies
  • 0 helpfuls

Parent field on metrics record

Hello Experts, We have metrics on Incident Task table for state field. And metrics records are created whenever the 'state' is changed. On the metrics record I see incident task number on 'ID' field. But, We also want to display the 'Incident' number...

Rocky5 by Kilo Sage
  • 485 Views
  • 1 replies
  • 0 helpfuls

update script field in scheduled job table using gliderecord

Hi, I need to update script field of scheduled job table(sysauto) using glide record. Ican able to update all fields in sysauto(scheduled job) table excpet script field. please provide me any solution for this.

Community Alums by Community Alums  
  • 391 Views
  • 1 replies
  • 0 helpfuls

Resolved! Form widget not working in scoped application.

Hi,I am currently developing an application and I need to use the Service Portal form-widget in the scoped application and not global. But I am facing an issue here as the form widget doesn't seem to be working it just shows the "Record not found" me...

Comm1.png Comm3.png Comm2.png
SrihariM by Tera Contributor
  • 1326 Views
  • 1 replies
  • 3 helpfuls

Resolved! Review code

Just for sanity check, I modified a line of code to add multiple users. Before code was     if (g_form.getValue('add_remove_group') == 'add') {        var adminRole = g_user.hasRole('admin');        if (adminRole) {            g_form.setVisible('add_...