Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

How to add new attribute to CI Class and make it visible?

Dear Community,I am supposed to create a new attribute 'Shared Service' ('u_shared_service') for a CI Class, I followed the below article and created it on the custom 'u_cmdb_ci_central_service_form', till here I am okay:How to Create new attribute i...

stage.jpg
Linda6 by Mega Guru
  • 1361 Views
  • 1 replies
  • 0 helpfuls

Convert UTC time zone to EST time zone

I'm trying to convert utc to est in a script includeSo far I have,var time = new GlideDateTime();var val = time.getValue();return val;    //Its giving utc time zone I also tried solutions from other developers but it didn't work.exp:var time = new Gl...

devUser by Tera Contributor
  • 1190 Views
  • 1 replies
  • 1 helpfuls

Resolved! Using onAfter with ignore

HiI have successfully used 'ignore = true' before, but what is the purpose of 'ignore=true' in the attached onAfter transformation script?Please review the attached pic.Thanks    

Anton15 by Giga Guru
  • 1471 Views
  • 6 replies
  • 2 helpfuls

Resolved! How to populate CSDM for SaaS provider?

We are a SaaS provider with multiple customers. We regularly deploy our software for customers (other businesses) to use via the cloud and we are interested in using ServiceNow to store information about customer deployments. We have service availabi...

Jacob26 by Tera Guru
  • 1373 Views
  • 4 replies
  • 1 helpfuls

Process to retire stale CIs

Hi community We have a large number of very stale CIs and need to get our arms around it. Looking to see what how others manage this. An example is we have CIs that get set to retired but the CIs that "runs on" the retired CI are still set to in use...

Resolved! Limit of records in user table

How many records we can insert in the sys_user table and sys_user_group table? Is there any limitation to inserting the records?

Resolved! CI Class for Tablets

Hi Folks,  What CI Class would you recommend using for Tablets? Today, our model category for Tablets is not associated with a CI Class and therefore, we are tracking Tablets as assets only. Leadership would like to begin having company Tablets have ...

Change Configuration items Class

Hi all, I have a few configuration items that were incorrectly assigned to a class in ServiceNow. I need to re-assign these CIs to the correct class but I also do not want to lose the incidents, change, requests associated with these CIs and the prev...