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

Forum Posts

Resolved! How to set Validation for end date in Record producer?

Hi All,Actually i have a requirement that , i have two fields "start date and End date", basically if end user select end date 10 days below from the start date , then we need to show error message on submit, user selects 10 or more than 10 days from...

Deepika61 by Tera Contributor
  • 1114 Views
  • 5 replies
  • 1 helpfuls

Change Price of Catalog Item using Catalog Client Script

Hello,I need to change the price in the cart using catalog client script.I am using a text box to enter a value in it, and this value gets added to the price in the cart.Just let me know how to set the price using catalog client script.Thanks,santosh

Resolved! Servicenow catalog item variable types

Hi All, Do we have a variable of type number in servicenow catalog item OOB?? like here they should only enter numbers. Thanks

Bindhu1_0-1697031959879.jpeg
Bindhu1 by Tera Contributor
  • 912 Views
  • 4 replies
  • 3 helpfuls

Create Templates in the Contextual side bar in Workspace

Hi All, I have created a custom workspace for a scoped application, we have only attachments section visible in the contextual side bar of a record page in the workspace like below.But in Service Operations Workspace, we do have Record Information an...

Nagashree5_0-1695720545564.png Nagashree5_1-1695720639022.png
Nagashree5 by Tera Contributor
  • 735 Views
  • 2 replies
  • 0 helpfuls

Resolved! Regarding gs.getUser().getDepartmentID()

Thank you for your help. I am working on a requirement that when an unauthorized user logs into the service portal and opens my_request, only the records of the department to which he/she belongs should be displayed. We also need to determine if the ...

N_Y_1014 by Tera Contributor
  • 1692 Views
  • 2 replies
  • 2 helpfuls

Resolved! Flow Designer: For Each action with List Collector and Approval

Hello! I am trying to get approval from the Product Owner of each software selected in a list collector. The list collector is link to the Software Model and the For Each action allows me to use the List but when I try to do a Look Up Record to try a...

find_real_file.png
A_Nelson by Kilo Expert
  • 7221 Views
  • 13 replies
  • 6 helpfuls

Resolved! Cancel a backgroupnd_progress_worker

Good afternoon - a couple weeks ago I triggered a fix script, then cancelled it. I went to the Transactions - All Nodes view and verified it no longer showed as running. Today I was sifting through the event log and noticed my log statement from that...

Jeff Booth by Kilo Guru
  • 5467 Views
  • 5 replies
  • 3 helpfuls

Resolved! Regarding the processing of gs.xmlToJSON

Thank you for your help. I am trying to implement a process to convert XML to JSON objects and insert users into the sys_user table. var xmlStr_multiple = ""; xmlStr_multiple += "<Names>"; xmlStr_multiple += " <Name>"; xmlStr_multiple += " <user_...

N_Y_1014 by Tera Contributor
  • 681 Views
  • 2 replies
  • 2 helpfuls

Resolved! How to copy the attachment from table record to record producer using UI action

Hi Experts, I was trying to attach the files of incident record to record producer on click of UI button. I've tried 'GlideAttachment.copy()' which helps only from record to record, but not record to form. Can you please advise, how to make this work...

Community Alums by Community Alums  
  • 2157 Views
  • 17 replies
  • 2 helpfuls

How to update flow without changing in progress tasks

I have an existing flow that has RITMs/SCTasks that are currently in progress. I have made a few updates to the flow in Dev and am ready to push to production. My desire is to move the updated flow without altering the flow for any of the current in ...