How are created Products in cmdb_application_product_model table

Alpa82
Tera Expert

Hi everyone,

I'm trying to understand how records are created in the  DPR Product -> cmdb_application_product_model table. I know that new product and version requests created directly from DPR can create records.

However, I'm curious about other ways these records might be created. Specifically:

  • Is there an automatic link between cmdb_ci_business_app and cmdb_application_product_model? Does every new cmdb_ci_business_app record automatically generates a corresponding cmdb_application_product_model record?
  • Are there any conditions or restrictions on this relationship? Is it influenced by application status or lifecycle stage?
  • What happens to existing cmdb_ci_business_app records when DPR is installed? Are they automatically added to cmdb_application_product_model? I noticed that I can only see some of them in DPR, but when I create a new cmdb_ci_business_app record, it appear in DPR immediately.

Any insights or clarifications on this would be greatly appreciated!
Thank you

3 REPLIES 3

Sumanth16
Kilo Patron

Hi @Alpa82 ,

 

Please refer to below thread:

https://www.servicenow.com/community/digital-product-release-articles/introducing-digital-product-re...

 

If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

 

Thanks & Regards,

Sumanth Meda

 

 

Hi thank you for the link, I read it however I did not find the answer in that thread. Could you please advice where the information is exactly?

Balaji39
ServiceNow Employee
ServiceNow Employee

Hi @Alpa82, See answers below.

 

Is there an automatic link between cmdb_ci_business_app and cmdb_application_product_model? 

Yes, the Model ID field in the Business App table can be updated with the Product record. The relationship allows you to Manage the life cycle of a business application.

 

What happens to existing cmdb_ci_business_app records when DPR is installed? 

The Business Applications will be available as products when you Run a scheduled job to generate an application model for business applications.

 

Hope this helps!