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

Forum Posts

JavaScript help: abort submission if all fields aren't entered

I cribbed this section of JS, but it only puts up an alert message, while still submitting an empty form. How do I add an abort action to this?if(user == '' || user == 'undefined' || user == 'null' || desc == 'null' || desc == '' || desc == 'undefine...

JP-ODU by Tera Guru
  • 409 Views
  • 1 replies
  • 0 helpfuls

Notify users after removing ITIL groups

Hi All,We need to remove ITIL groups for users who have not logged in for the last 45 days and need to need to send notifications after ITIL groups removal. I attempted to use userGroup.deleteMultiple() and deleteRecord() methods, but they are not fu...

bhargavi9 by Tera Contributor
  • 649 Views
  • 4 replies
  • 0 helpfuls

Please tell me about the Unmapped table.

In my instance I have 7 Unmapped tables.How can I find out what the seven tables are?   Also, I understand that an Unmapped table is a custom table, is that correct?

ayano by Giga Guru
  • 2066 Views
  • 5 replies
  • 0 helpfuls

check box in email notification servicenow

I need to display the checked checkbox value in the email notification for the approver.The email  notification was written on the sysapproval table.Whichever the check box I check it has to display in the email. 

sai9845 by Tera Contributor
  • 746 Views
  • 1 replies
  • 0 helpfuls

Data Certification - "Date last verified" on Ci records

Hi all,We are using the excellent Data Certification plugin to have Ci owners verify the Ci's under their control.If the Ci owner updates the Ci, we have the "Updated" field that gets the new timestamp.But we also want a timestamp on the Ci record li...

benhaw by Mega Contributor
  • 2055 Views
  • 6 replies
  • 8 helpfuls

Conditionally read-only fields

I have a requirement to only allow a specific group write access to certain fields on the CMDB.  This access is needed because certain CIs are manually entered also there may be a time with certain information does not come over and the fields need t...

Resolved! Remove auto creation of change tasks in change workflow

Hi, When a change request moves to stage "Implement", two change tasks are created automatically. "Implement" and "Post implementation testing". I want to make it so these tasks don't get created. I found a stage in the workflow where it activates an...

restart flow designer

Hello Experts,i have below scenario:Create UI action to restart cancelled/rejected Requested ItemName: RestartAvailable when state = Closed Skipped or Closed IncompleteRequires role Catalog AdminIf Parent REQ is closed, mark as active and set state t...

shaik23_0-1728310418236.png shaik23_0-1728310648477.png
shaik23 by Tera Expert
  • 1322 Views
  • 7 replies
  • 0 helpfuls

Catalog Form - Set end date to always Friday

Hi, we have a requirement wherein the end date should always fall on Friday. I am newbie in terms of scripting, asking advices on how to do catalog client script. I tried researching and can use the dayofWeek function? Can anyone help me? 

nic10 by Tera Contributor
  • 548 Views
  • 4 replies
  • 0 helpfuls

Table

To hide a view for a specific table (like view : Default view) Any idea how to resolve the above example task.

How to know who approved it

I believe there is an approval function in the ServiceNowno feature.If I set up a delegation of an approval or task to another user with reference to the following Docs, and the delegated user approves the task, is there any way to know who approved ...