Can I email a KB article?
Hello,Do you know if there is a way to email a Knowledge base article ?
Hello,Do you know if there is a way to email a Knowledge base article ?
Hi Everyone,I just wanted to say thank you to everyone's help with my previous questions. I'm still working on a couple of them, but your support is truly appreciated and I am grateful.I am now trying to restrict Incident surveys from being sent to a...
I'm currently building some orchestration based catalog items within our service catalog. When attempting to create a user utilising the included packs, I constantly receive the following error in the ecc queue.<hresult>-2147016693</hresult><error>Th...
Hi all,I've got a client script and script include that I'm using to set a date field based on the value of a variable on an asset record. I need to incorporate some code to set the value in the new field to match the user's date format to ensure t...
Is it possible to hide the visibility of the Knowledge Bases from the Knowledge Base home page based on roles or other conditions?
Hi All,We are developing a custom application that manages cases. This application replaces a system that the customer is using. Their existing system currently has case notes, which would typically be modeled as journal entries in ServiceNow. The as...
Dear Colleagues,I'm preparing some notifications and what I wan to include in them is link to approval view for approvers, so they can easily reach the ticket and approve/reject from there.I've tried ${sysapproval.URI_REF} however it is not working, ...
hi all,I've got a GlideRecord that is retrieving the variables and values from a record. However one type of variable on the record is a reference to a table that extends the Data Lookup Matcher Rules table, and for those variables it is returning ...
I am new to ServiceNow and i want to start reporting in ServiceNow using PA. Although i understand that CMDB_CI and Task are the main Coretables; and then there are bunch of parent and extended tables in Service e.g. incident/Application and other de...
Is it possible to have two instances cloned the same day at the same time? Due to the nature of our operations we need to have two instances cloned the same day at the same time but when I go to ServiceNow to schedule the clones, it's allowing to on...
Hi community,working with a script include that is meant to populate the WorkNotes on an incident that is generated from a request. What I need to do is to have the script include take the variables from the request and to put them into a grid (see...
Hi All,I want to know how live update is being done on the record, for example if two users opens same record user1 changes the data and saves the record, it automatically reflects in user 2 screen. I wanted to know how this works in service now.Can ...
We're starting to fill out our KB more and I'm wondering if there is a way to make the page for article (kb_view) present so it looks like part of the rest of the CMS, with our header and sidebar etc? Right now if I link to an article (ex. kb_view.do...
So I'm trying to figure out specicially some things about;$sp.getKBCount()$sp.getKBCategoryArticles();The only methods documented today on https://developer.servicenow.com/app.do#!/api_doc?v=jakarta&id=c_GlideSPScriptableScopedAPI are;$sp.canReadReco...
HiI have 2 pages that have data from one table in the DB.I want to write client script for the 2 pages. Can i write 1 client script for the 2 pages ? or to write the same script include twice ?