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

Forum Posts

how to get RITM variable in script include

Hi All, Please let me know how to get RITM variable in script include. my requirement is base on above variable (HR Subcategory) resolution notes should be auto populated. kindly let me know how to do it. Thanks & RegardsKP

keval3_1-1735732093218.png
keval3 by Tera Contributor
  • 597 Views
  • 5 replies
  • 1 helpfuls

on change client script is not working for particular catalog item

Hi All,I have written below client script but it is not working for my catalog item it is apply for all catalog item.kindly let me know what is issue.function onChange(control, oldValue, newValue, isLoading, isTemplate) {    if (isLoading || newValue...

keval3 by Tera Contributor
  • 471 Views
  • 11 replies
  • 0 helpfuls

Resolved! To remove white spaces from a field

Hi Community, I have a BR using which i am removing the spaces from a field. First the data is getting being loaded via scheduled job. Once its loaded an after insert/update BR will work and it will remove the spaces from that field. Here is the code...

Flow Designer Query

I'm trying to fetch files from Mid Server to attach to a data source and run transform to move the data to Target table. I am trying this approach -Scheduling a flow to trigger every day at 12 midnightThe flow will call an actionI'm not really sure w...

ArnabB by Tera Contributor
  • 828 Views
  • 7 replies
  • 0 helpfuls

How to see scheduled report from the report itself?

I have scheduled a report with few users from the report but later I want to add few more users but when I click on scheduled from report it is navigating me to new schedule instead of existed schedule on this report? is there any way that I can look...

Resolved! Export to XML form script not woring

Hi Everyone I'm trying to export list of records in XML, it is not working, showing the XML text in new tab.However when I export in CSV, its working perfectly fine. var url = 'sys_ui_bookmark_list.do?XML&sysparm_query=user=' + current.sys_id; action...

Can we configure SLA's on approvals

As part of my Workflow, I had some Approvals on (sysapproval_approver table), client requested me to capture the time taken for the approval decision. Can we create an SLA definition for the same and capture the time taken for approval. Suggest me ho...

Resolved! Sla for multiple approvers on RITM

HI All ,I have a requirement  of adding multiple sla's for Ritm based on approval's after which once all approved will create sctask .Now 1. approval goes to manager - 1sla triggers for 2 Business days .2. approval goes to one group - 1 sla for 4 bd ...

thirumala2 by Tera Guru
  • 668 Views
  • 2 replies
  • 1 helpfuls

Resolved! On-Call PTO with peer approval

Hi All, We're trying to implement On-Call and from what we see, PTO can only be approved by the manager.  We want this to be peer managed instead.  So one of 2 options:When a resolver requests Time-Off, then a request is sent to resolver's teammates,...

Set closed_by to system

I am trying to set closed_by to system in a scheduled job that would automatically close the record that match certain conditions. How can I do that? There is no System Admin in the User table but  job runs as system. Tried to set displayvalue to sys...

samadam by Kilo Sage
  • 660 Views
  • 6 replies
  • 0 helpfuls

Resolved! Want to remove a prefix from a field

Hi Community, I want to remove 'ROCG' keyword from a field which contains values as ROCGTPO12344 etc in this field.  I have written a BR but its throwing some error.var record = new GlideRecord('xyz');record.query();while (record.next()) {         re...

Resolved! Comparing two fields on service catalog form

Hi  Need help on below requirement. Can someone help on this?we need to compare two fields and one field value shouldn't be exceeded and it should be negative always.we have written onchange client script to allow only negative values but not able to...

anushadande1793_0-1735541634201.png