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

Forum Posts

Standard Change catalog item

Hi ServiceNow community,I'm new to change management, I've a requirement to create a catalog item from a standard change. I see that at the moment of the creation of the standard change an item is also created.From this item I would like to add varia...

How to ignore mandatory fields when the item is included as pae

Hi experts,I have a small use case, but struck up with this and could not proceed. Any suggestions and recommendations are welcome.I have a order guide and there is a rule base, like based on a condition order guide will include certain items.These i...

Sruthi17 by Mega Sage
  • 1647 Views
  • 3 replies
  • 0 helpfuls

On-Call Scheduling End User Training Documentation

We are rolling out On-Call Scheduling to our end user community.  We're trying to build some straightforward, "out of the box" training documentation that we can cover in a one hour overview with our users. We are hoping not to reinvent the wheel and...

doormold by Tera Contributor
  • 4720 Views
  • 15 replies
  • 7 helpfuls

Resolved! Send Notification not working in Flow Designer

Hi,     I want to create email notification on a particular catalog item so I created Event and Notification. Trying to fire that via 'Flow' not 'workflow' using "Send Notification" action but the notification I created not displaying there. It is in...

find_real_file.png
Prachi Tikhe by Tera Contributor
  • 3283 Views
  • 5 replies
  • 0 helpfuls

Unable to capture update set

I am trying to capture a catalog item in an update set by clicking "Force to update set" but I am getting this error "Updates are already being recorded for this table." Thanks in advance.

Savitha4 by Tera Contributor
  • 925 Views
  • 2 replies
  • 0 helpfuls

Resolved! Knowledge Catergory should be hide/show based on group

we want one team/group have access to one category and not have to another to create or edit knowldge articles under it having access to one knowledge base and criteria set at category level.below screenshot , android knowledge category should be vis...

anil4005_0-1676993508596.png
anil4005 by Tera Contributor
  • 1881 Views
  • 4 replies
  • 1 helpfuls

How to delete the records using scheduled job

Hi All,I have a requirement where, the schedule job should run weekly once and should find knowledge article usages table (kb_use) and delete records that are more than 2 years old (created more than 2 year ago). 

Sanket Pawar by Tera Contributor
  • 2371 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to add double quotes to array values

Hi All, I need to add double quotes to values in an array please help me on how to do that. Example: var arr=["servicenow,community"]; I have an array like this but i need the array as var arr=["servicenow","community"]; via server script Please tell...