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

Forum Posts

Resolved! Prevent Change requester from approving their own Changes.

Hi Community,Using Helsinki - helsinki-03-16-2016__patch7-11-02-2016Following a recent audit I need to prevent any Requester being able to Approve their own Change Requests.I have read a couple of articles similar to my situation but they have been s...

Restrict the copy change ui action on change form

We are in need the "Copy change" Ui action to be restricted only to normal and standard changes form. It means on the emergency type change form users should not be able to see the copy change ui action.How can we achieve this

Resolved! Service request report

I just got assigned with an urgent task of creating a report regarding service requests. Problem is that my skills considering report creating are close to non-existing  and going through all the documentation for reporting and now learning courses w...

Lekazard by Tera Contributor
  • 5413 Views
  • 1 replies
  • 4 helpfuls

How can add filtered list type in menu item?

Hi Guys,   How can add filtered list type in menu item?     If I add a scripted or filtered type of menu item its shows a error " filtered/scripted is top level menu" is there any possible way to add the menu item in service portal? 

Resolved! validate entered email is exists in ServiceNow or not?

I have created email field on service portal and user manually entering an email so which need to check whether the provided email id is exists in snow or not? if  it is exists we need to clear the value. I have written client script and script inclu...

Dinesh by Tera Guru
  • 1627 Views
  • 8 replies
  • 5 helpfuls

Unable to create Record Producer

Hi All, When tried to create a RC I'm getting the error as below.This is a wrong configuration for Record ProducerInvalid insertAt least one of flow, workflow or execution plan should be filled. Otherwise, when order is placed, then even on approving...

SivaJyothi1_0-1672061548423.png SivaJyothi1_1-1672061601134.png
kavitha_cr by Mega Guru
  • 660 Views
  • 1 replies
  • 1 helpfuls

Unparseable date error after flow execution

Hello Everyone After the flow execution we got some errors in logs like Unparseable date error. The error like this : Unparseable date: "32.00": java.text.ParseException: Unparseable date: "32.00": java.base/java.text.DateFormat.parse(DateFormat.java...

Aditya37 by Tera Contributor
  • 1847 Views
  • 1 replies
  • 0 helpfuls

How to copy attachments from incident to problem

When we are trying to create problem from incident, the attachments are not copying / getting duplicate vice versa. When: on Update Condition: Problem is not Empty function executeRule(current, previous /*null when async*/) {   var gr = new GlideReco...

Search source are not working in portal

Hi, 1. I have created New Search Sources in the service portal --> portals -> Service Portal. 2. In the related list under search sources I click on New 3. I filled the form (search page template field is auto-populated with code) 4. In the Data sour...

Surya67 by Tera Contributor
  • 2533 Views
  • 8 replies
  • 0 helpfuls

Related List Based on Record Producer Variable

I need to create a related list where a field on one table contains the same value as a variable associated with a record on another table.  Is this even possible? current.addQuery('first_name', parent.variables.first_name); Should I perhaps run a Gl...

Resolved! Variable Editor in Task-Extended Table

Hi experts, I created a formatter to display the variable editor in my tasks extended table, and I already put it in the form.The record of this table is created via Flow Designer, by the "Create Record" action. What else do I need to do for the vari...