Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Records are not getting deleted via bg script/fix script

        var grUserUsage = new GlideRecord('ua_app_usage');        grUserUsage.addEncodedQuery("app_nameINGRC: Risk Management,GRC: Profiles,GRC: Policy and Compliance Management,GRC: Advanced Audit,GRC: Advanced Core,GRC: Advanced Risk,GRC: Audit Man...

aagman4 by Tera Contributor
  • 975 Views
  • 3 replies
  • 0 helpfuls

Resolved! Adding incident numbers into JSON object

Hello friends, I have a requirement. I want to add incident numbers arise from a query into JSON objects. It may be 10 or 15 0r 20 incidents retrieved from query. Eg.var gr = new GlideRecord('incident');gr.addQuery('category','software');gr.query();w...

Asmita7 by Tera Expert
  • 3562 Views
  • 8 replies
  • 5 helpfuls

Resolved! Need certificate issue date before certificate expiry date

I want certificate issue and certificate expiry date on a table with condition that certification expiry date must be after certification issue date and need this condition on Submit. I want to show certificate expiry date only if certificate issue d...

tusharbhati by Tera Contributor
  • 1419 Views
  • 1 replies
  • 2 helpfuls

How to make asterik symbol should be visible for OOTB attachment

Hi Team,I have a requirement that OOTB field attachment should display *asteric symbol until the attachment is added. I have onload client script to display the * symbol. But when you click on the submit button it is getting removed. Kindly help me t...

Arun91 by Tera Contributor
  • 1203 Views
  • 4 replies
  • 0 helpfuls

Look Up records in Flow designer not working as expected

Hi Every one,As am using list collector variable need to get the values from list collector variable and pass the variables values to look up records action in flow designer when am passing values to the action its giving only one record please refer...

MGR_0-1737886602227.png
MGR by Tera Contributor
  • 1126 Views
  • 1 replies
  • 0 helpfuls

i want combined two existing catalog form into one single form

i have two catalog "onboarding form "and "new hire form" i want to make one single forms instead of both form "Digital onboarding " using all existing variables and workflow without single change .if user select onboarding need to visible related var...

poco by Tera Contributor
  • 1890 Views
  • 7 replies
  • 2 helpfuls

Dependent Choice List Not populating

On my form I have 2 fields (Program and Segment / Task Order) from choice type columns in the same table.The choices for the Segment / Task Order field are dependent on the choices in the Program field.When I preview my form these two fields' choices...

Jedemille_0-1737667309120.png
Jedemille by Tera Contributor
  • 1145 Views
  • 2 replies
  • 0 helpfuls

Dashboard Calculations

Hello All,I'd like to see if anyone can help.I am creating a new ServiceNow dashboard for our team and I've been asked to create a Single Score value based on the results of 2 other Single Score values. Is there any way to do this without access to P...