DevOps forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Change Velocity implementation failing ADO pipeline

Hi We are trying to implement change velocity using connection to Azure devops (ADO) to automate change creation, but we are having issues with the pipeline test we are going.  This is a first time setup.We have added the code into the yaml file (cod...

jeffs2 by Tera Contributor
  • 2784 Views
  • 3 replies
  • 3 helpfuls

How to use ServiceNow DevOps Change GitHub Action

I have most of the pieces in place for a basic GitHub Actions pipeline (build, test, deploy). I have the deploy step under change control so a change gets created, however then it times out and is canceled. Attempting to use the ServiceNow DevOps Cha...

zackfanning_0-1666982017066.png
zackfanning by Tera Contributor
  • 5811 Views
  • 2 replies
  • 0 helpfuls

Automating Deployment - update sets

Hello,  I am looking for guidance on how to automate the updatesets(more than1) deployments using devops tools or with in servicenow.  Any guidance/ references is appreciated. Thank you Venkata

Venkata1 by Tera Expert
  • 3447 Views
  • 2 replies
  • 1 helpfuls

Null View?

When I goto to configure form layout i get this message and cloning default view results in an error.Clearly there is no Null ViewSuggestions please 

AdamRosenbaum_0-1666732649238.png AdamRosenbaum_1-1666732663926.png

Resolved! Camel case on string

Hello. How i change UPPER LETTER to Camel Case ?var busca_resp = new GlideRecord('sys_user'); busca_resp.addQuery('name', "alexandre"); busca_resp.query(); if(busca_resp.next()){ gs.info("The name is : " + busca_resp.name); gs.info("The title is : " ...

ON Prem ServiceNow Implementation

Hello,I am looking for ServiceNow ITSM On Prem implementation steps. Could you give me details how we can factor Servers, Database Size, clustering , load balancer etc. for the architecture point of view. Please share me documents details how we can ...

Resolved! Display the announcements on service portal level

HI All,Can anyone please help us on the below requirement.We have created couples of announcement and it's display on portal level.But we want to hide the "Expand all" and "hide all" options.  instead of that we want to give it like below (How the re...

ar1_0-1666798343190.png ar1_1-1666798469494.png
ar1 by Kilo Sage
  • 2596 Views
  • 7 replies
  • 3 helpfuls

How to get current sys_id of request item?

Hi Expert there, We created a UI page and want to save input information from this UI to table. At the same time we also need to save current sys_id to the table as well because these information will be added as embed list to request item.  The issu...

chenglo by Tera Contributor
  • 1614 Views
  • 2 replies
  • 0 helpfuls