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

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

Forum Posts

Resolved! Task table Quiz

The Task table is an example of which of the following? (Choose two.)A. Parent class B. Legacy classC. Child classD. Base class

Snow preck by Tera Contributor
  • 1435 Views
  • 6 replies
  • 1 helpfuls

Resolved! CAD

Assume a table called table exists and contains 3 fields: field1, field2, field3.Examine the Access Control list for table:Which field or fields can a user with the itil role read?A. field3 onlyB. filed1 and field3C. All fieldsD. All fields except fi...

precilaK_2-1718347193975.png
Snow preck by Tera Contributor
  • 1898 Views
  • 4 replies
  • 3 helpfuls

Need help for assignment group

In assignment group we a written a condition in configure dictionary, stating that Active is true.that inactive groups are not showing in incidents and catalogs tasks but it is showing in change tasks.how to resolve it please help Thanks

Community Alums by Community Alums  
  • 282 Views
  • 1 replies
  • 0 helpfuls

Flow Context in RITM not taking to the Flow Execution Details

Hello All, I created an RITM and that catalog items contains a flow.When i'm clicking on flow context instead it showing Execution details, its showing flow engine page.Please check the attached screenshot and help me on this, so that i can check the...

sattar3_0-1718349273924.png sattar3_1-1718349448695.png
sattar3 by Tera Contributor
  • 714 Views
  • 4 replies
  • 0 helpfuls

Add Watchlist to the My Active Items Widget

I am trying to pull in all the watchlist items for any HR cases where I have been added to the watchlist but I am not getting any results. I added an activity config record to the My Active Items widget and need to pull in my watchlist.   Also, I cre...

Screen Shot 2022-12-21 at 12.10.48 AM.png Screen Shot 2022-12-21 at 1.49.33 AM.png

Banner Image switching back to servicenow logo

Hi! I have problem with banner.I just want to change banner logo on my instance but it doesn't work. i changed  glide.product.image.light  from system properties,glide.product.image  from system properties,UI16 Banner Image from my company in system ...

commonDev by Tera Expert
  • 1759 Views
  • 4 replies
  • 0 helpfuls

Help me with Script include , it's returning null

client script  function onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue === '') {return;}var user = g_form.getValue('requested_by');alert(user);var ga = new GlideAjax('paccount');ga.addParam('sysparm_name','getAccount');ga...

Configuring "Conflict" in Change Module

Hello Developers, I am trying to understand how the Change conflict works, So as per my understanding it work on when user selects 'Configuration Item, Planned Start Date, Planned End Date' these three fields need to be filled to check conflict. (As ...

MayurPatil2_0-1718345098863.png