How call script include in catalog varaibales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2025 11:45 PM
I have created 2 catalog variables. one is referencing to 'cmdb_ci_appl_sap' table, named as 'select_sap_sid' and another one is referencing to 'cmdb_ci' table, named as 'select_servers'.
Based on the "sap application" selected in 'cmdb_ci_appl_sap' field the respective assets of the sap application server should display in 'select_sap_sid' field.
I've written a script include for that and tried to call it in advanced reference qualifier of the select_servers variable.
"javascript:new TATADisplayResourceGroup().displaysapservers(current.variables.select_sap_sid)"
-----------------------------------------------
So please give me a solution for this.
Thank you!