Despite configuration in the samp_sw_product_rel_parent_child (Software Product Parent-Child Relationships) table, the child product has not inherited the lifecycle of the parent. Why?Summary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } This kb article provides more information regarding the relatively new feature within servicenow SAMP content where you can create parent-child relationships between software products so that your child products can inherit life-cycle dates from their parent products. Create parent-child relationships between software productsCustomers can create the parent-child configurations in the table: samp_sw_product_rel_parent_child and run the job : SAM - Generate Software Lifecycle Report This configuration will enable child products to inherit OOTB or custom lifecycles defined for the parent product in the sam_sw_product_lifecycle or the sam_custom_sw_product_lifecycle table. There are however a few points to note for this functionality : 1. The details inherited details will be visible only in the : sam_sw_product_lifecycle_report 2. It is a product design feature that we never inherit dates in the table: sam_sw_product_lifecycle. This table holds raw lifecycle dates; it contains dates from content or custom lifecycles only. 3. As per the current functionality of this feature, only End of (support, extended support and life) is inherited. General availability is an example which will NOT be inherited. 4. Additionally, the lifecycle report is calculated only for those software models that have discovery models and related software installations.