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

Which table does the Activities log information exist in

Hello There are 7 activities information in my current incident data. I want to find and delete these 7 items. I would like to ask which table contains information about Activities?  Current : Activities: 7Result:Activities: 0

ddd_0-1707295746072.png
ddd by Tera Contributor
  • 925 Views
  • 2 replies
  • 0 helpfuls

UI Builder: How to enable scrolling on a List - Simple

I see the List - Simple has a Scroll Updated event, which suggests that it supports scrolling, but I do not see a way to take advantage of this. I have a List - Simple on my page, but I'm going to replace it with a List, because the number of rows is...

HR taxonomy

I have to add links and subpages under the subcategories of HR. For example: In HR there are  sub categories like Benefits , Pay and Time under that I have to add Links and subpages.

taxonomy.png
Sanjana V by Tera Contributor
  • 879 Views
  • 2 replies
  • 0 helpfuls

ServiceNow and Ceridian Dayforce Integration

HI Everyone, Is anyone built the integration between ServiceNow and Ceridian Dayforce. Our requirement is We need to sync the user data from Dayforce to Servicenow,If anyone implemented , please let me know the steps taken to implement this thanks in...

svani by Tera Contributor
  • 1402 Views
  • 1 replies
  • 0 helpfuls

CMDB Identification and Reconciliation

Hello Experts,I have two data sources for the Reconciliation rule SG-Work and import set SG-work has priority 100 and import set has priority 200.I have configured the reconciliation rule for all attributes.I am trying to update the serial number usi...

abhijeetpaw by Tera Contributor
  • 3149 Views
  • 7 replies
  • 0 helpfuls

How to Update System Theme with Next Experience

Hi Everyone, We just upgraded to Washington and when we use the polaris experience (set true at glide.ui.polaris.experience) the themes we previously used are gone. This is our test instance so we need the color them changed to the orange themes.(sys...

ThemePolarisWashington.png ThemPolarisFalseSystemVisible.png
Gemma4 by Mega Sage
  • 2240 Views
  • 7 replies
  • 0 helpfuls

Resolved! array.includes() always return false

Hi Guys, I am having troubles with following function, which is checking whether user is member of a group and should also prevent looping (check is done elsewhere). Right after I call a function, I am adding userID to array of "checkedManagers", but...