How do you move a set of knowledge articles from a lower environment to production
How do you move a set of knowledge articles that were created in a lower environment to production environment? And how do you resolve or avoid KB number duplicates?
Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.
How do you move a set of knowledge articles that were created in a lower environment to production environment? And how do you resolve or avoid KB number duplicates?
We would like to use the following conditions that would allow a Catalog Task to be created by clicking the NEW button on the RITM related Catalog Task listThe User has the ITIL roleThe RITM was created after a certain dateWe are considering a couple...
Hi All, I am writing transform map on User table. Based on the feed coming from third party, I want to check if the company they are sending is available in servicenow companies table, then I need to map it, else I need to create it , but the user re...
I'm trying to figure out the table name for Companies, How do i get that info? I'm new to creating reports, but it seems like figuring out tables names is difficult. Is there an easy to figure out the names?
Hello Community, I have installed a mid server in my personal PC. In mid server agent>scripts>powershell>myService.ps1 created myService.ps1 . From ECC queue, I created a output record as below 1. name=mid.server.<mid_name> 2. Topic=Command 3. Name=p...
I need to change create ACL conditions for a table and there are 4 create ACLs available OOB so can i edit those ACLs or will there be any issue while doing upgrades if we edit OOB ACLs ?? Please suggest best practice for editing ACLs ..Should I deac...
Hey Everybody, I want to compare two Dates with the after() and before() methods from the GlideDateTime type. But my dates have the type GlideDate. Can I covert a GlideDate into a GlideDateTime date? Thanks already!rasnadro
Hi,I have a probably simple question: Is it possible to disable the possibility to sent/submit forms, after choosing a specific form option in the form itself?Thanks!
Hi all, I have a requirement to check a string field (compare with another field which is on another form) and if it starts with certain word then execute a else if() block. function onLoad() { //Type appropriate comment here, and begin script...
I have a requirement if I click request in serviceportal then in the request if I select any record in that time the url need change If I select any of the incident in the url link https://dev1027.service-now.com/sp?id=ticket&table=incident&sys_id=f...
How to run a report on a Service (cmdb_ci_service) in order to get results of where it 'runs on'? I tried CMDB query builder but couldn't relate it with related items table. Appreciate any help.
Hi, I need to use startsWith() function on a client script, but I got this error. onChange script error: TypeError: location.startsWith is not a function function () { [native code] } please help?
Hi,I have a requirement to balance the load we need to assign the Nodes to Schedule jobs dynamically.For Ex: Assume i have 5 nodes and 18 schedule jobs, based on the Node status (online/offline) we need to assign those 5 nodes which are in online to ...
Hi ServiceNow experts, I've been trawling the ServiceNow website looking for a page/document that describes the fields associated to a table but have only been able to find pieces of information. I'm after something like this:Field Name:Field Label:D...
Hi Team, I have a form that contains a checkbox values. For example: On selection of the checkboxes, a task gets created using a run script in the workflow. How to set the respective selected choice as "short description" in task form even if mult...