How to fetch data for request fields from all the requests in mdb?
search cancel

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 - Service Desk Manager CA Service Catalog

Issue/Introduction



How can we get the data for catalog request field from all the requests in mdb?

Environment

Service Catalog 17.x

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'