The CreatorCon Call for Content is officially open! Get started here.

How to relate incident, problem and change to business application?

ShivdasB
Tera Contributor

I am new to servicenow.

Need help in following scenario.

1. I have a business application (BA_001)

2. Incident related to BA_001 will get created 

3. I need to see all the incidents related to BA_001 on business application page. (relatedList)

1 ACCEPTED SOLUTION

SatyakiBose
Mega Sage

Hello @ShivdasB 

Assuming that business application is a reference field on the incident table, and my business application you are referring to the cmdb_ci_business_app table.

  • Navigate to any record in cmdb_ci_business_app table.
  • From the from context menu, open Configure > Related List
  • Search for the list Incident > Business Application
    SatyakiBose_0-1678516429928.png

     

  • Add it to the selected column, and save it.
  • You will now be able to see the incidents associated with this business application.
    SatyakiBose_1-1678516489070.png

     

If my response has helped you, please mark it as solution.

View solution in original post

3 REPLIES 3

SatyakiBose
Mega Sage

Hello @ShivdasB 

Assuming that business application is a reference field on the incident table, and my business application you are referring to the cmdb_ci_business_app table.

  • Navigate to any record in cmdb_ci_business_app table.
  • From the from context menu, open Configure > Related List
  • Search for the list Incident > Business Application
    SatyakiBose_0-1678516429928.png

     

  • Add it to the selected column, and save it.
  • You will now be able to see the incidents associated with this business application.
    SatyakiBose_1-1678516489070.png

     

If my response has helped you, please mark it as solution.

ShivdasB
Tera Contributor

hellow @SatyakiBose , its working as expected

ShivdasB
Tera Contributor

thank you for help