ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Scoped app custom scheduled job definition

Hi, Looking for some insights. I have a requirement which needs an own scheduled job definition. Kinda similar to 'scheduled export sets'How to approach this, if it is even possible. So I initially thought.. Let's extend sysauto. This would then give...

PatrickL by Giga Guru
  • 545 Views
  • 1 replies
  • 0 helpfuls

Filter: 'fieldname' is not empty, shows empty fields

Hi, for quite some time I have been looking for ways to clean up some tables. When we first started our SMS integration a lot of redundant records were imported. I'd like to get rid of them. (table cleanup plugin does not really work)I created some s...

by  
  • 2431 Views
  • 3 replies
  • 2 helpfuls

Resolved! Add an optional activity to a playbook

The servicenow docs has a page on optional playbook activities.  https://docs.servicenow.com/bundle/sandiego-platform-user-interface/page/administer/workspace/task/playbook-add-optional-activity.html I cannot find any info on how to add an optional a...

Resolved! Change font size across the platform

In order to align with the corporate style guide and to make the system more user friendly, I have a requirement to increase the font size across the entire platform. We have been able to set this in email templates, but we now need to do it holistic...

rcook by Tera Expert
  • 3974 Views
  • 2 replies
  • 3 helpfuls

Resolved! Transform maps - Choice field mapping

Hi team, Quick question, I just want to confirm something. When I create a simple transform map for a Choice field. Does the platform matches Label AND Value? or just Label? or just Value? or Label or Value? Best regards, JP. 

Cannot update base version of Store Application

I have an issue, I made customizations to the Employee Center store application and clicked Publish Customizations To My App Repo, but didn't notice the base version in prod was an older version. So I figured I had to update the base version in dev (...

Vegard S by Kilo Sage
  • 1717 Views
  • 3 replies
  • 0 helpfuls

How do you do left joins?

I want to see all records from the cmdb_ci table that have u_core_ci = true and sys_class_name = cmdb_ci_service OR u_cmdb_ci_business_application.  I want to see where those records show up on the cmdb_rel_ci table as a child where the parent is of ...