ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
How to fetch data for request fields from all the requests in mdb?
book
Article ID: 112188
calendar_today
Updated On:
Products
CA Service Management - Asset Portfolio ManagementCA Service Management - Service Desk Manager
Issue/Introduction
How can we get the data for catalog request field from all the requests in mdb?
Environment
Business Service Insight 8.3.5
Resolution
Please run the below query to fetch the required data
select form_elem_value from usm_request_item_form where form_elem_name = 'txt_comment'