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

Forum Posts

How can I update list view in bulk/ edit fields all together?

Hello everyone, I wanted to know is there a way to make all the cab definitions in the list view inactive without actually going inside each record and manually un-cheking the active check-box. In the list view, I can see that I am able to edit all t...

Lavanya R1 by Tera Contributor
  • 1093 Views
  • 2 replies
  • 0 helpfuls

Catalog item & question choices on update sets.

Hi All, I am very new to the ServiceNow world and work in an organisation which is just about to go live next week. I have been working with update sets but tend to create everything first before adding to the set. I am moving service catalogue reque...

Additional Asset Hardware Substate

I'm having difficulties adding a Substate to an asset with State of "In use" which is OOTB. My Substate record is in place on sys_choice with the relevant dependency value set correctly. However, when selecting "In use" I cannot get Substate out of r...

djparkie by Tera Contributor
  • 1400 Views
  • 6 replies
  • 3 helpfuls

List_edit field lavel acl is not working

Hi Team, I am working on securtiy incident where is all field is readonly for end user without any list_edit ACL(there is no any list_edit ACL on this Table). Now I have to make one  field editable for specific role, For that I have created two LIST_...

lucky24 by Tera Contributor
  • 498 Views
  • 3 replies
  • 0 helpfuls

How to create interactive filter for list field ?

How to create interactive filter for list field ? In the incident table I am having a field called "Group" which is a list field and it refers to "sys_user_group" table.. I understand that I need to use  filter as "Cascading Filter" but I was not abl...

Sathwik1 by Tera Expert
  • 2224 Views
  • 4 replies
  • 1 helpfuls

Hiding Topics based on Portal in Virtual agent topic picker

Hi  we got new requirement to make Virtual agent bot visible from servicenow to third party application but few topics should be hidden in third party applications And we are trying to hide few topics using below code, but we are having below issues ...

Is there an available out of the box user acceptance test plan template for testing the workflows within incident management module? or A sample

i'M LOOKING FOR A TEMPLATE  TO START WITH SO THAT i CAN THEN CUSTOMIZE IT BASED ON OUR EXISTING CONFIGURATIONS. ANY STANDARD OR SAMPLE PLAN WOULD HELP TO BREAK THE ICE. AS I'M NOT SURE HOW TO START OFF AND MAY LOSE OUT ON SOMETHING  THAT MAY NOT FULF...

change task changes to Open

When a change request state moves to Assess, any change task that is not in the open state, moves to the open state.  For example, if I have 2 change tasks and one state is WIP and the other is On Hold, when the Change Request moves to the Assess sta...

KeithM1 by Tera Expert
  • 817 Views
  • 1 replies
  • 0 helpfuls

Assignment rule or BR for group assignment for incidents

Hello. I have a request to assign incidents to the fulfiller who created them as well as the assignment group they are a part of if they create the incident. I have considered using a business rule or just using the assignment rules to accomplish thi...

Resolved! Date field giving undefined value

I am trying to set the field in yyyy-mm-dd format but it is giving me undefined value. var date = "20.10.2018"; var dt = new GlideDate(date); var dt3 = dt.getLocalDate().getByFormat("yyyy-MM-dd"); gs.print("Date :" + dt3);     Thanks in advance!