Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to map certificate state field to lifecycle stages and lifecycle stage status fields

rodrigomoni
Tera Contributor

Is a suggestion to use lifecycle stages and lifecycle stage status field instead use the field certificate state field (state is a regular field of cmdb_ci_certificate table).

2 REPLIES 2

Mark Manders
Giga Patron

Lifecycle is added from CSDM and used as a common state instead of the different state fields a lot of CMDB tables have. It depends on your use case. What states are you using and do they have logical counter values on the lifecycle state/stage fields? 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

I am controling the certificate lifecycle using the follow states: issued, installed, revoked, retired (renewed) and no renewed

 

I was thinking to use this LCS and LCSS values:
1 - issued (i am not sure what value to use)
2 - installed -> Operational / In Use)
3 - revoked -> End of Life / Cancelled)

4 - renewed -> End of Life / Retired
5 - no renewed -> End of Life / Retired (maybe with other field/flag set to "no renewed")

What do you think about this map?