Populate the Server cis on selection of application services``
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 05:06 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 05:47 AM
Hello @Community Alums ,
To achieve this requirement you can make use of reference qualifiers on variable server cis as follow -
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👍!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 06:16 AM
@Vrushali Kolte reference table which we need to take for this ?