Data table widgets
HTML <table class="table table-striped table-responsive" ng-if="data.list.length"> <caption class="sr-only">{{data.title || data.table_plural}}</caption> <thead> <tr> <th ng-repeat="field in data.fields_array tr...
HTML <table class="table table-striped table-responsive" ng-if="data.list.length"> <caption class="sr-only">{{data.title || data.table_plural}}</caption> <thead> <tr> <th ng-repeat="field in data.fields_array tr...
I'm auditing API transactions from the "guest" user to check for data leaks in ServiceNow, and I've noticed a large number of transactions where the syslog_transaction URL starts with "/api/now/amb/session/finish". ServiceNow docs indicate that "AMB"...
Hello experts,I have requirement to turn on agent chat on service portal, but we don't want to show that button on the portal. We want is to achieve this feature through some pre made widget.attaching an example below:I want to remove red circle butt...
ServiceNow REST API has a default limit to 10.000 which I don't want to modify. I would like to read 1 million records from CMDB and so I will use the sysparm_offset and sysparm_limit parameters. The script that will call the 100 API calls will take ...
We'd like to send notifications when an update set is loaded (either via XML file or retrieved form another instance) or committed. Things working when an update set is committed but my business rule is not being triggered when loaded an update set v...
Unsure if this is a case of not having the proper products installed or if this is an issue on the ServiceNow side, but basically I installed the External User Self-Registration plug-in and began following the directions from this Documentation artic...
Are there any SN documentation that points to the DL_MATCHER tables usage license rules? How many columns can the table to host the lookup data?
HelloHas anyone integrated ServiceNow with Neo4j Graph Database? We want to push data from ServiceNow to the Neo4j data lake.Are there any out-of-box connectors?Thanks
I want to help you establish an understanding of how easy it is to build a workflow in the ServiceNow platform. A common challenge is where and how to start. A workflow is a discipline that we do or follow in daily life. It is a trigger response, an ...
The three components of a Service Catalog Request serve as its structure where you can easily establish the default behavior of a Request. This comes like a parent-child relationship where the start of the hierarchy is from top to bottom. Let us dril...
What exactly is a DB Drain in ServiceNow platform?ServiceNow Inc. has created various DB Drain change records for our instances in the past few months; however those are not accompanied by the usual KB Article with additional information; so I will l...
I have an image/icon library that I found or was given many years ago ... I think it was from ServiceNow as the file name is sn_icon_g.zip. Does anyone remember this? And if it still exists or has been replaced by something else? I find it useful ...
Hi Trying to follow the steps here on how to import an application from GitHub https://developer.servicenow.com/dev.do#!/learn/learning-plans/paris/technology_partner_program_quick_start/app_store_learnv2_buildneedit_paris_exercise_create_the_needit_...
on "related links" list, is it possible to show more than 20 records? I already tried to change the sys_properties 'glide.ui.per_page' but looks like the list on related links are different. Any ideas?
What is the difference schedule item's trigger types between interval and repeat. Thank you.