retrieve and display product owner name from the business app that was selected on catalog form
business_app is variable selected on form name to display on formlookup it_application_owner name from cmdb_ci_business_app table javascript: new RequestUtils().getAvailableBusinessApp(current.variables.business_app); This is where I need hel...
