Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Adding New Lifecycle Stage Field

BasiratB
Mega Contributor

We notice that the Deploy lifecycle stage status is not present in the lifecycle mapping. Can create new lifecycle?

 

Thanks

10 REPLIES 10

The issue is that Deploy is not on the list of the value for Life Cycle Stage. So, we are looking for a way to add the value to the list.

 

Thanks

Mathew Hillyard
Tera Sage

Hi @BasiratB 

That can only occur when someone has deleted it from your instance. All of the Life Cycles are included with a baseline instance. The simple answer is go to a PDI, find the relevant Life Cycle Stages, export them as XML records and import them into your instance.

 

I hope this helps!
Mat

Hi @Mathew Hillyard , If someone has deleted it, can it be retrieved from audit table?
cause the lifecycle has a lot of dependencies on it right so instead of creating the new lifecycle, can we find the deleted lifecycle record and retrieve them?

Regards,

Saurabh V.

Hi @svirkar420 

As mentioned below - go to your PDI, locate it, export it as XML and reimport it into your instance. 

As to dependencies - well, so long as no cascade delete has taken place (as in the related record has also been deleted), then each reference to the life cycle will remain as an orphaned Sys ID, so if you restore the record the references should usually be restored as well.

BasiratB
Mega Contributor

@Mathew Hillyard  Is it recommend to update the Active from false to true for Deploy value?