Populate the Server cis on selection of application services``

Community Alums
Not applicable

Hello Team,

 

I have one field called "Application service " which refers to  (cmdb_ci_service_discovered)  on selection of application service we need to populate Server cis refers to (cmdb_ci_server ) in next variable. we need to populate this in catalog item. 

 

Variable 1 - Application Service ( If i select A from drop down of application services ) 

Variable 2 - server cis ( We need to populate server cis related to A in this field .

 

Please Advise.  

2 REPLIES 2

Vrushali  Kolte
Mega Sage

Hello @Community Alums ,

 

To achieve this requirement you can make use of reference qualifiers on variable server cis as follow -

 

VrushaliKolte_0-1723034789404.png

javascript: 'service='+current.variables.application_service+'';   // please check the field name in server cis table.

 

If my answer solves your issue, please mark it as Accepted ✔️& Helpful👍!

Community Alums
Not applicable

@Vrushali Kolte reference table which we need to take for this ?