We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! How to Update a table record using a link in email notification

I have a need to update KB article using a link in email notification sent to itil users. Once the user clicks on the email link, it should updated the KB article with an expiry date of (current date + 1 year). How can this be set up? Please help!

Sree21 by Tera Guru
  • 1785 Views
  • 4 replies
  • 0 helpfuls

Resolved! How can I automate catalog request using flow designer.

Hi all, I need to automate the creation of catalog request based on a condition in Flow Designer. The  action "Create Request"  in Flow Designer is not functional. Could I just create a record? Which table should I use to create a record so it will c...

JLeong by Mega Sage
  • 3508 Views
  • 3 replies
  • 4 helpfuls

Run as option not coming in flow designer

Hello experts,I have created a flow in flow designer and it is a flow consisting of 8 to 9 steps. Now i want to change the 'Run as' type of the flow which u get when u first create a flow but unfortunately is not coming after saving the flow or even ...

tempsnip_flow.png
Deepika54 by Tera Contributor
  • 1267 Views
  • 1 replies
  • 0 helpfuls

Make field mandatory after submitting (incident)

Hi All,I have a field on the incident record that I want to make mandatory on form submitting.I created a client script (onSubmit):function onSubmit(){g_form.setMandatory('field_name', true);}when I'm submitting it's turning to mandatory but after a ...

How to make field mandatory in form and LIST View as well.

Hello Team, I have requirement when state == Inuse and substate == non then location has to be mandatory in form and also list view.How can I do it using client script or UI policy? Please help. @Gunjan Kiratkar @Mohith Devatte 

vinod9 by Tera Expert
  • 1093 Views
  • 3 replies
  • 0 helpfuls

How to configure Assignment_rules in flow design ?

The requirement is like they have created one flow for catalog item and provided Assignment rules for the catalog tasks we want to add those Assignment rules.How to add the assignment rules in the flow ?Please help me on the same.

Reddy39 by Tera Expert
  • 680 Views
  • 1 replies
  • 0 helpfuls

JBOSS discovery pattern

Hi All,Have added a step to capture the hostname for JBOSS server. When ran discovery in logs it got updated fine but not setting the value on form. Please help me with this. 

Phanideepthi_0-1670257880650.png

Resolved! Make field mandatory on submit (incident)

Hi All,I have a field on the incident record that I want to make mandatory on form submitting.I created a client script (onSubmit):function onSubmit(){g_form.setMandatory('field_name', true);}when I'm submitting it's turning to mandatory but after a ...

g_form.isNewRecord() is not working on portal

Hi All, Before submission of the catalog form through service portal i want to check the record is new in an onchange catalog client script , i used the function g_form.isNewRecord() but its not working as expected. Is there any other way to check if...

Define ACL's for a new table

Hi All, Requirement : I have created a new table called "GBS case" which is extending from Task Table. Post the creating of table, 4 ACLs are created by default. Three Categories of people use this table1. Requesters(Here - Person A should not be abl...

kavitha_cr by Mega Guru
  • 1378 Views
  • 6 replies
  • 0 helpfuls

Resolved! Need help to exclude weekends from the calculation

Hi All, The below script is working as expected but I need help to modify and remove the weekend from the calculation.The below advance script is on the calculated tab of field "Aging". The integer type field 'aging' is on scoped application.  (funct...

MR1 by Tera Contributor
  • 1877 Views
  • 10 replies
  • 1 helpfuls

Resolved! Calculate Business Duration Excluding Weekends.

Hi  All, How can we exclude Weekends from Business duration Calculation? I'm getting 0 seconds as calculated Business Duration. Can someone please help me to correct the below code. Below is my code for reference. function setClosureFields() { curren...